Adjust v850 rotate expander to allow more cases for V850E3V5
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920701-1.c
blob2a9c831405278076cee8476fea3ff69d3142a3b0
1 /* { dg-additional-options "-std=gnu89" } */
2 f(char*c){extern char a[],b[];return a+(b-c);}