PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / builtins-23.c
blobf463e17e1e15e19f0f7277fa6e8038e412b91f5e
1 /* Related to PR optimization/10764 */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -ffast-math" } */
6 double atan(double x);
8 double foo(double x)
10 return atan(atan(x));