#include int main(void) { #ifdef TEST printf("TEST mode\n"); #endif printf("Running...\n"); printf("value of NUM is %d\n", NUM); return 0; }