v/vlib/v/parser/tests/struct_embed_wrong_pos_long...

6 lines
57 B
V

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