aboutsummaryrefslogtreecommitdiff
path: root/contrib/unifdef/tests/if6c.expout
blob: 03341d93d850b20752076cd1c9b058e94f20ffff (plain) (blame)
1
2
3
4
5
6
7
#if F1
int f1() { return 0; }
#elif F2
int f2() { return 0; }
#else
int f3() { return 0; }
#endif