aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/pr56168_1.c
blob: 560d0bda8ee1fdf1e064bae20ec79db09041f04b (plain)
1
2
3
4
/* { dg-options "-fno-lto" } */

double __attribute__((noinline,noclone))
pow (double x, double y) { return 0.0; }