#define CELSIUS *10 int main() { int testVar=0; if(!testVar) testVar = 10CELSIUS; return 0; }
Standard input is empty
prog.c: In function 'main':
prog.c:7:28: error: invalid suffix "CELSIUS" on integer constant
if(!testVar) testVar = 10CELSIUS;
^
Standard output is empty