v/vlib/v/parser/tests/invalid_recursive_struct2_e...

8 lines
58 B
V

struct Child {
be Human
}
struct Human {
child Child
}