v/vlib/v/checker/tests/array_element_type.vv

5 lines
40 B
V

fn main() {
_ = []abc{}
_ = [2, '']
}