v/x.v

10 lines
95 B
V

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