2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030624-1.c
blob9c293fc34fdfeaafae41659fbbfdaa9ff02037f2
1 /* Derived from PR optimization/11311 */
3 double pow(double, double);
5 double foo(double x) { return pow(x,261); }