fork download
  1. int main ()
  2. {
  3. 1 << 40;
  4. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c: In function ‘main’:
prog.c:3:5: error: left shift count >= width of type [-Werror]
prog.c:3:5: error: statement with no effect [-Werror=unused-value]
cc1: all warnings being treated as errors
stdout
Standard output is empty