fork download
  1. int foo(int a; int b)
  2. {
  3. return 0;
  4. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:1: error: ISO C forbids forward parameter declarations [-Werror=edantic]
prog.c:1:13: error: parameter ‘a’ has just a forward declaration
cc1: all warnings being treated as errors
stdout
Standard output is empty