1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* PR 17186 */ void bar(void); double foo() { int i; double d; if (i) bar(); else if (d) return 0; }