blob: b40ccf860c87ddad9862b70c1a4feb27dabd5f60 [file] [log] [blame]
// flags: --hlsl-shader-model 62
enable f16;
fn f() {
var v = mat2x2<f16>();
}