// Build don't link: // Origin: Mark Mitchell int i; int j; void f () { j = j + (i ? 7 : throw 1); }