blob: 88665819987b9e2cb1bb46bd541465b01395bd8d [file] [log] [blame]
/* { dg-do compile } */
void foo()
{
__builtin_isless (foo, 0); /* { dg-error "non-floating-point arguments" } */
}