fork download
  1. int func(struct my_struct* s);
  2.  
  3. int main() { return 0; }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
cc1: warnings being treated as errors
prog.c:1: error: ‘struct my_struct’ declared inside parameter list
prog.c:1: error: its scope is only this definition or declaration, which is probably not what you want
stdout
Standard output is empty