blob: 42851b58615f565cd0c69b993c4e5e79c89f88ef [file] [log] [blame]
// flags: --hlsl_shader_model 62
enable f16;
var<private> u = mat2x2<f16>(1.0h, 2.0h,
3.0h, 4.0h);
fn f() {
var v : mat2x2<f32> = mat2x2<f32>(u);
}