#include #define TMP 20 int main() { printf("TMP: %d\n", TMP); // TMP = 10; return 0; }