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