1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/x.v

10 lines
95 B
V

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