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