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