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

7 lines
48 B
V
Raw Normal View History

2020-10-30 07:09:26 +01:00
struct Foo {
x int
}
struct C.Unknown {
Foo
}