2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920501-17.c
blob05a4d408d508d0b29270d2be210d466b7b9fbff8
1 x(){static const char x[]="x";char y[2];y[0]=x[1];}