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