OSDN Git Service

Merge lto branch into trunk.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / lto / 20081120-1_0.c
1 /* { dg-lto-do link } */
2 /* { dg-lto-options {{-flto -shared}} } */
3 extern int stat(void) __asm__("" "stat64");
4 extern inline int stat(void) { }
5 static void foo(void) { stat(); }