blob: a58c98eb072657372f21de39e1ec7021bc788346 [file] [log] [blame]
// implicit cast of mat4 divided by int should fail
void main()
{
mat4 f = mat4(1.0) / 1;
}