xref: /freebsd/contrib/unifdef/tests/if6b.expout (revision 4b9d6057)
1#if F1
2int f1() { return 0; }
3#else
4int f2() { return 0; }
5#endif
6