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