freebsd-dev/contrib/unifdef/tests/if6b.expout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
66 B
Plaintext
Raw Normal View History

2023-08-21 17:33:26 +00:00
#if F1
int f1() { return 0; }
#else
int f2() { return 0; }
#endif