fork download
  1. struct x
  2. {
  3. void bar()
  4. {
  5. ++y;
  6. }
  7. int y;
  8. };
  9.  
  10. int main(){x().bar();}
Success #stdin #stdout 0s 2892KB
stdin
Standard input is empty
stdout
Standard output is empty