v/cmd/tools/vvet/tests/parens_space_b.vv

5 lines
33 B
V

fn main() {
_ = 1 + (1 + 2 )
}