aboutsummaryrefslogtreecommitdiff
path: root/contrib/unifdef/tests/crlf.c
blob: ad911dc63a320f44bdc784ec0853feb0688d108d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#if F1
int f1() { return 0; }
#elif F2
int f2() { return 0; }
#elif F3
int f3() { return 0; }
#elif F4
int f4() { return 0; }
#else
int f() { return 0; }
#endif
\/
/\
comment
/\
*\
comment
*\
/\
eof