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