struct Test { n int = 0 n_ok int = 1 s string = '' s_ok string = 's' b bool = false b_ok bool = true opt ?int = none opt_ok ?int = 1 } fn main() { }