fork download
  1. int main(void) {
  2. int msgSize = 0b10000000;
  3. return 0;
  4. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c: In function ‘main’:
prog.c:2:19: error: binary constants are a GCC extension [-Werror]
prog.c:2:9: error: unused variable ‘msgSize’ [-Werror=unused-variable]
cc1: all warnings being treated as errors
stdout
Standard output is empty