typst-0.1.0.0: test/typ/compiler/ops-prec-04.typ
// Parentheses override precedence.
#test((1), 1)
#test((1+2)*-3, -9)
// Error: 14 expected closing paren
#test({(1 + 1}, 2)
// Parentheses override precedence.
#test((1), 1)
#test((1+2)*-3, -9)
// Error: 14 expected closing paren
#test({(1 + 1}, 2)