2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 991229-2.c
blob0c562199f68d10dbaddce4124cdf595555c7af7a
1 void foo ();
3 void update (double* r)
5 foo ();
7 register double y1;
8 y1 = r[ 4] - r[11];