OSDN Git Service

PR tree-optimization/34046
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920501-17.c
1 x(){static const char x[]="x";char y[2];y[0]=x[1];}