fork download
  1. int main(void)
  2. {
  3. const int* p = (int[]) { 1, 2, 3, [5] = 100 };
  4. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
cc1: warnings being treated as errors
prog.c: In function ‘main’:
prog.c:3: error: unused variable ‘p’
stdout
Standard output is empty