aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20081120-1_0.c
blob: e842b37f6631bfea498b27c7434a6e95e9044e6b (plain)
1
2
3
4
5
/* { dg-lto-do link } */
/* { dg-lto-options {{-flto -r -nostdlib}} } */
extern int stat(void) __asm__("" "stat64");
extern inline int stat(void) { }
static void foo(void) { stat(); }