blob: d108aaf50d61fe61d16c9324011a71675e58e5b6 [file] [log] [blame]
struct S {
m: i32,
n: vec3u,
}
fn f() -> u32 {
var a = S();
return a.n[2];
}