libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / pr90648.c
blobbf1fa9894782985708cf36888f2ae18b7507aeef
1 /* { dg-do compile } */
2 /* { dg-options "-O" } */
4 extern double copysign ();
5 double foo (double x)
7 return x * copysign (); /* { dg-warning "too few arguments" } */