fork(3) download
  1.  
  2. struct F
  3. {
  4. void Foo( F f= F() );
  5.  
  6. float f;
  7. };
  8.  
  9. int main(){}
Success #stdin #stdout 0s 16048KB
stdin
Standard input is empty
stdout
Standard output is empty