v/vlib/v/checker/tests/return_missing_comp_if.vv

10 lines
82 B
V

fn main() {}
fn foo() string {
$if windows {
} $else {
}
}