Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / compile / 920501-17.c
blob05a4d408d508d0b29270d2be210d466b7b9fbff8
1 x(){static const char x[]="x";char y[2];y[0]=x[1];}