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