xref: /freebsd/contrib/unifdef/tests/blank4u.expout (revision 7ebc7d1ab76b9d06be9400d6c9fc74fcc43603a1)
1#ifdef FOO3
2three
3#endif
4
5
6
7#ifdef FOO2
8two
9#endif
10
11
12#ifdef FOO1
13one
14#endif
15
16#ifdef FOO0
17zero
18#endif
19