blob: 1997a0d9b55cf5cf302912aaf32b0cfb614e43b1 [file] [log] [blame]
// flags: --hlsl_shader_model 62
enable f16;
fn f() {
var v = mat2x2<f16>();
}