fork download
  1. struct Bar {
  2. struct Baz *foo;
  3. };
  4.  
  5. int main()
  6. {
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 1828KB
stdin
Standard input is empty
stdout
Standard output is empty