fork download
  1.  
  2. struct Foo
  3. {
  4. //struct Bar {}; // COOL
  5.  
  6. void bar() const { Bar b; }
  7.  
  8. struct Bar {}; // ALSO COOL
  9.  
  10. };
  11.  
  12.  
  13. int main() {
  14. // your code goes here
  15. return 0;
  16. }
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty