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