1 2 3 4 5 6 7 8 9 10 11 12
/* { 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; }