int func(struct my_struct* s); int main() { return 0; }
Standard input is empty
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
Standard output is empty