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