v/vlib/v/parser/tests/defer_return.vv

6 lines
35 B
V

fn main() {
defer {
return
}
}