OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / lto / 20081120-1_1.c
1 extern int stat(void) __asm__("" "stat64");
2 extern inline int stat(void) { }
3 static void foo(void) { stat(); }