fork download
  1. void foo(int n; int a[n], int n);
  2.  
  3. int main(void){ 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: ISO C forbids forward parameter declarations
stdout
Standard output is empty