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