2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 940718-1.c
blob505280fa91ef8c59dcb58011948b6527568ae38c
1 extern double log (double) __attribute__ ((const));
3 f (double x)
5 for (;;)
6 exp(log(x));