v/vlib/v/checker/tests/unknown_struct_name.vv

6 lines
37 B
V

module main
fn main() {
_ := F{}
}