#include #define TEST 29#if defined TESTint main(void) { printf("This is a test.\n"); return 0;}#endif