2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / isnan.C
blobf80523dc80f4feda5e8180effd51d876d944ba0c
1 // PR c++/48369
3 extern "C" int isnan (double);
5 void f(double d)
7     bool b = isnan(d);