fork(1) download
  1. #define CELSIUS *10
  2.  
  3. int main()
  4. {
  5. int testVar=0;
  6.  
  7. if(!testVar) testVar = 10CELSIUS;
  8.  
  9. return 0;
  10. }
  11.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c: In function 'main':
prog.c:7:28: error: invalid suffix "CELSIUS" on integer constant
     if(!testVar) testVar = 10CELSIUS;
                            ^
stdout
Standard output is empty