v/vlib/v/tests/repl/empty_struct.repl

5 lines
59 B
Plaintext

struct Empty{} ee := Empty{}
println('OK')
===output===
OK