// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
int i;
int j;
void
f ()
{
j = j + (i ? 7 : throw 1);
}
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
int i;
int j;
void
f ()
{
j = j + (i ? 7 : throw 1);
}