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