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