fork download
  1. struct B
  2. {
  3. char c[sizeof i];
  4. int i;
  5. };
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:3:19: error: ‘i’ was not declared in this scope
stdout
Standard output is empty