blob: c999a8d0585f84a25c3c420967fb012e5913a93a [file] [log] [blame]
// flags: --hlsl_shader_model 62
enable f16;
var<private> u = vec2<f16>(1.0h);
fn f() {
let v : vec2<f32> = vec2<f32>(u);
}