#ifdef something int some=0; #endif main() { int thing = 0; printf(“%d %d\n”, some ,thing); }

#ifdef something int some=0; #endif main() { int thing = 0; printf(“%d %d\n”, some ,thing); }