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