fork download
  1. #include <stdio.h>
  2. #define CELSIUS *10
  3.  
  4. int main()
  5. {
  6. int testVar=0;
  7.  
  8. if(!testVar) testVar = 10 CELSIUS;
  9. printf("%d\n", testVar);
  10.  
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
100