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