v/vlib/v/parser/tests/c_struct_no_embed.vv

7 lines
48 B
V

struct Foo {
x int
}
struct C.Unknown {
Foo
}