blob: a1c6a5c13698e7377871cd83380c7c93d9aea255 [file] [log] [blame]
// implicit cast of int to float in comparision should fail
void main()
{
bool b = 1.0 == 1;
}