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