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