blob: 93bf2853bc19014b76cc5b5b37ff3d9104186905 [file] [log] [blame]
// implicit cast of int to float in not equal comparison should fail
void main()
{
bool b = 1.0 != 1;
}