2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / e.c
blobfa20e00ef8f05b50d6e45cbd46876bdfacaeb258
1 foo (short a, int *p, short *s)
3 int i;
4 for (i = 10; i >= 0; i--)
6 a = (short) bar ();
7 p[i] = a;
8 s[i] = a;