fork download
  1. struct A
  2. {
  3. };
  4.  
  5. int main()
  6. {
  7. A::A::A::A a1;
  8. A::A::A::A::A::A::A::A a2;
  9. }
  10.  
Success #stdin #stdout 0.01s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty