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