v/vlib/v/checker/tests/return_working_unsafe.vv

8 lines
71 B
V

fn main() {}
fn foo() string {
unsafe {
return ''
}
}