v/vlib/v/fmt/tests/par_expr_input.vv

4 lines
55 B
V

fn main() {
_ := (cond1 && cond2) || (single_ident)
}