1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#if F1 int f1() { return 0; } #elif F2 int f2() { return 0; } #elif F3 int f3() { return 0; } #elif F4 int f4() { return 0; } #else int f() { return 0; } #endif \/ /\ comment /\ *\ comment *\ /\ eof