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