xref
: /
freebsd
/
contrib
/
unifdef
/
tests
/
if6b.expout
(revision 82c57e2a75c7134b70eb2138ff6bbc6e55bef130)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#if F1
2
int f1() { return 0; }
3
#else
4
int f2() { return 0; }
5
#endif
6