xref: /freebsd/contrib/unifdef/tests/blank3d.expout (revision f3087bef11543b42e0d69b708f367097a4118d24)
1#ifdef FOO4
2four
3#endif
4
5
6
7
8three
9
10
11
12#ifdef FOO2
13two
14#endif
15
16
17#ifdef FOO1
18one
19#endif
20
21#ifdef FOO0
22zero
23#endif
24