struct S {
  i : i32,
  u : u32,
  f : f32,
  b : bool,
}

fn f() {
  var v = S();
}