OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920701-1.c
1 f(char*c){extern char a[],b[];return a+(b-c);}