q/tests/programs/negative.q

5 lines
49 B
Plaintext

main() {
a := -32
b := 64
assert a + b == 32
}