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