v/vlib/v/parser/tests/c_struct_no_embed.out

5 lines
142 B
Plaintext

vlib/v/parser/tests/c_struct_no_embed.vv:7:1: error: expecting type declaration
5 | struct C.Unknown {
6 | Foo
7 | }
| ^