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