[PR target/115123] Fix testsuite fallout from sinking heuristic change
[official-gcc.git] / gcc / testsuite / gcc.dg / pr90648.c
blob5a9922d5f87b6ad64bcd25da4f1409105e436855
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu17 -O" } */
4 extern double copysign ();
5 double foo (double x)
7 return x * copysign (); /* { dg-warning "too few arguments" } */