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