v/vlib/v/tests/testdata/enum_in_builtin/c.v

7 lines
72 B
V

module c
pub fn tst_enum() {
a := BTest_enum.v0
println(a.tst_f())
}