blob: ef476bf1d3f578c27f0312aeb2b1f948e781012e [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
int i;
int j;
void
f ()
{
j = j + (i ? 7 : throw 1);
}