2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / storecc.c
blob116346910915b8cb874f8d71818fe84c2349b695
1 foo (char *p, int a)
3 *p = a;
4 if ((char) a)
5 return 1;