v/vlib/v/checker/tests/return_optional_of_multiple...

7 lines
60 B
V

fn test() ?(&int, &int) {
return test() ?
}
fn main() {
}