rt_gccstream/gcc/testsuite/gcc.c-torture/compile/960319-1.c

11 lines
108 B
C

static void
f()
{
long long a[2];
int i;
if (g())
if (h())
;
*a |= (long long)i << 65 ;
}