q/tests/programs/precedence.q

5 lines
No EOL
84 B
Text

main() {
x := 2
y := 3
syscall(60, (x + y + (x + y) * (x + y)) / x / y + x + y)
}