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