xref: /src/contrib/unifdef/tests/blank4d.expout (revision edf8578117e8844e02c0121147f45e4609b30680)
1four
2
3
4
5
6#ifdef FOO3
7three
8#endif
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