[minify] struct Foo { x u8 i int b u16 } f := Foo{1, 2, 3} println(f)