2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / ww.c
blob657f8c6b8396ed5d9a6244dfd2ad29ece8924bf4
1 foo (p)
2 short *p;
4 static int *foo;
5 *p = 1234;
6 *foo = 1234;