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