blob: 0c0f9cda6ba9d0025afed49d949c88c161edfe86 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mfp16-format=ieee" } */
extern int f ();
int
f (double xx, double yy)
{
if (xx == 42.0 && yy == -42.0)
return 1;
return 0;
}