aboutsummaryrefslogtreecommitdiff
path: root/contrib/unifdef/tests/blank1d.expout
blob: 05f6bc538b8878552bebe08c8b8f2bcfaeef069e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifdef FOO4
four
#endif




#ifdef FOO3
three
#endif



#ifdef FOO2
two
#endif


one

#ifdef FOO0
zero
#endif