// { dg-do assemble } // Origin: Mark Mitchell int i; int j; void f () { j = j + (i ? 7 : throw 1); }