Added operator precedence test
This commit is contained in:
5
tests/programs/precedence.q
Normal file
5
tests/programs/precedence.q
Normal file
@ -0,0 +1,5 @@
|
||||
main() {
|
||||
x := 2
|
||||
y := 3
|
||||
syscall(60, (x + y + (x + y) * (x + y)) / x / y + x + y)
|
||||
}
|
Reference in New Issue
Block a user