v2 / vlib / v / parser / tests / struct_embed_unknown_module.vv
3 lines · 3 sloc · 33 bytes · 2c75b1397cbd8b940bdf357ebb74d59660c53f51
Raw
1struct WithEmbed {
2 custom.Foo
3}
4