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