v/vlib/v/checker/tests/optional_variable_err.vv

4 lines
33 B
V

fn main() {
_ := ?bool(false)
}