mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
4 lines
59 B
Text
4 lines
59 B
Text
struct Empty{} ee := Empty{}
|
|
println('OK')
|
|
===output===
|
|
OK
|