v/vlib/v/checker/tests/generics_struct_in_non_gene...

7 lines
58 B
V

struct Example<T> {
}
fn main() {
_ := []Example<T>{}
}