rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr18712.c

18 lines
166 B
C

void *eintr_source (void *arg)
{
int ts = 0;
if (arg)
foo ();
while (1)
{
if (arg)
foo ();
foo1 (&ts);
}
return 0;
}