blob: de664044bd0fda342b5207c37c0d8d40edf29be2 [file] [log] [blame]
// implicit cast of int to mat4 in subtraction should fail
void main()
{
mat4 f = mat4(1.0) - 1;
}