blob: 38dc6217b9d5a850e95b2f8c468f305ba28c80cd [file] [log] [blame]
// implicit cast of int to float in multiply should fail
void main()
{
float f = 1.0 * 1;
}