2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / a1.c
blob654781d05eae7858f9651cc0b003d781b0f4f067
1 int
2 foo (a, p)
3 int *p;
5 p[0] = 85 * a;
6 p[1] = -86 * a;