xref: /src/contrib/unifdef/tests/debian-603860.c (revision 1a18383a52bc373e316d224cef1298debf6f7e25)
1 #ifdef FOO
2 int a;
3 #endif
4 char foo[] = "rm -rf /*";
5 #ifdef FOO
6 int b;
7 #endif
8 /* baz */
9