2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / stor.c
blob57981eff5a63049c6c8aed770aaf84751c4db510
1 #define C 1
3 foo (p)
4 int *p;
6 p[0] = C;
7 p[1] = C;
8 p[2] = C;
9 p[3] = C;
10 p[4] = C;
11 p[5] = C;