1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/struct_embed_wrong_pos_long_err.vv

6 lines
57 B
V

import cli
struct Foo2 {
mut:
cli.Command
}
fn main() {}