blob: 7eb6c6a3db7756c3bb629bc4c3112adce1446412 [file] [log] [blame]
struct S {
i : i32,
u : u32,
f : f32,
b : bool,
}
fn f() {
var v = S();
}