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