```cpp #define DEF_1 void f() { #ifdef DEF_1 int i; #endif } ``` ``` $ ./simplecpp -UDEF_1 test.cpp void f ( ) { } ```