v/vlib/v/checker/tests/struct_field_name_err.vv

9 lines
97 B
V

struct Release {
Foo string
Bar &int
Architecture []string
}
fn main() {
}