fork(1) download
  1. int main()
  2. {
  3. static_assert('B'>'b', "Whoops");
  4. }
  5.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:3:5: error: static assertion failed: Whoops
     static_assert('B'>'b', "Whoops");
     ^
stdout
Standard output is empty