gcc/gcc/testsuite/gcc.c-torture/compile/920501-17.c

2 lines
52 B
C

x(){static const char x[]="x";char y[2];y[0]=x[1];}