blob: bd832abed8554c8e06dcf070c72612d1ba0998db [file] [log] [blame]
fn f() -> f32 {
var v = vec3<f32>(1.0, 2.0, 3.0);
return v[1];
}