fork download
  1. struct foo {};
  2.  
  3. int main()
  4. {
  5. foo() = foo();
  6. }
Success #stdin #stdout 0s 2824KB
stdin
Standard input is empty
stdout
Standard output is empty