#define CELSIUS *10

int main()
{
    int testVar=0;

    if(!testVar) testVar = 10CELSIUS;
    
    return 0;
}
