blob: 8c85bc6374b83a7da839cbf983a997f619911532 [file] [log] [blame]
struct S {
a : array<f32, 4>,
}
fn f() {
var v = S();
}