v/vlib/v/parser/tests/anon_sum_type_struct.vv

4 lines
33 B
V

struct Foo {
bar string | int
}