PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / pr56168_1.c
blob560d0bda8ee1fdf1e064bae20ec79db09041f04b
1 /* { dg-options "-fno-lto" } */
3 double __attribute__((noinline,noclone))
4 pow (double x, double y) { return 0.0; }