xref: /src/contrib/unifdef/tests/blank1u.expout (revision fd45b686f9d92f583366c75b22c04c7ee49709c0)
1#ifdef FOO4
2four
3#endif
4
5
6
7
8#ifdef FOO3
9three
10#endif
11
12
13
14#ifdef FOO2
15two
16#endif
17
18
19#ifdef FOO0
20zero
21#endif
22