rt_gccstream/gcc/testsuite/gcc.c-torture/compile/991229-2.c

11 lines
117 B
C

void foo ();
void update (double* r)
{
foo ();
{
register double y1;
y1 = r[ 4] - r[11];
}
}