blob: 360b09cb0ed377bec760f314a4f56fad83853afe [file] [log] [blame]
// implicit cast assing int to float should fail
void main()
{
float f = -123;
}