1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/c_struct_no_embed.out
2020-12-10 11:56:08 +02:00

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 | }
| ^