v2 / vlib / v / parser / tests / c_struct_no_embed.out
5 lines · 5 sloc · 147 bytes · 95509cf8fbd30e723da6d6aae9872475cdfef026
Raw
1vlib/v/parser/tests/c_struct_no_embed.vv:7:1: error: expecting type declaration
2 5 | pub struct C.Unknown {
3 6 | Foo
4 7 | }
5 | ^
6