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