blob: 713fb141c8e3df774ca2e27cdc69bee188d0d2b7 [file] [log] [blame]
struct S {
m: i32,
n: mat4x4f,
}
fn f() -> f32 {
var a = S();
return a.n[2][1];
}