aboutsummaryrefslogtreecommitdiff
path: root/contrib/unifdef/tests/blank4d.expout
blob: 782ff9d74fafc031ab416a61a15305e7e793b6ce (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
four




#ifdef FOO3
three
#endif



#ifdef FOO2
two
#endif


#ifdef FOO1
one
#endif

#ifdef FOO0
zero
#endif