blob: 6f70868777d0332241e679beb6770db3a2293000 [file] [log] [blame]
// flags: --hlsl-shader-model 62
enable f16;
fn f() {
var v = mat4x2<f16>();
}