xref: /freebsd/contrib/unifdef/tests/if6c.expout (revision f59bb61e1eb4d1e4fc3c60cc14779d0668267cb2)
1#if F1
2int f1() { return 0; }
3#elif F2
4int f2() { return 0; }
5#else
6int f3() { return 0; }
7#endif
8