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