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