v/vlib/v/fmt/tests/par_expr_expected.vv

4 lines
53 B
V

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