v/vlib/v/checker/tests/struct_embed_invalid_type.vv

6 lines
36 B
V

type Foo = int
struct Bar {
Foo
}