blob: 750e7fb8bd9cee24814026477bfade454874956c [file] [log] [blame]
// implicit cast of int to float with less than or equal to should fail
void main()
{
bool b = 1.0 <= 1;
}