2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920701-1.c
blob4302f9ea331a4a101549e4d096fd9fe08de25244
1 f(char*c){extern char a[],b[];return a+(b-c);}