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