v/vlib/v/checker/tests/typedef_attr_v_struct_err.vv

8 lines
72 B
V

[typedef]
struct Point{}
fn main() {
p := Point{}
println(p)
}