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