PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / fold-nonneg-1.c
blob03dae358b54e3cc91cfffe38b629c5e63609c618
1 /* PR middle-end/27488 */
2 /* { dg-do compile } */
4 extern double fabs(double x);
5 extern double sinh(double x);
7 void foo()
9 fabs(sinh(0..)); /* { dg-error "decimal points" } */