char :: u8; short :: i16; int :: i32; long :: i64; float :: f32; double :: f64; st :: struct { a : int; b : double; }; main :: () -> void { a : st = undefined; };