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