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