v2 / vlib / v / slow_tests / repl / empty_struct.repl.skip
4 lines · 4 sloc · 59 bytes · 6a32c810703f4ec0c39fe18298ebe6c40acac8f1
Raw
1struct Empty{} ee := Empty{}
2println('OK')
3===output===
4OK
5