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

5 lines
33 B
V

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