1 /* { dg-do compile } */
2 
foo()3 void foo()
4 {
5   __builtin_isless (foo, 0); /* { dg-error "non-floating-point arguments" } */
6 }
7