blob: 5d52dc6ead8a69d1fcdcb24878cf9b7228db84a1 [file] [log] [blame]
enable f16;
var<private> u = vec2<f16>(1.0h);
fn f() {
let v : vec2<f32> = vec2<f32>(u);
}