Improved division split
This commit is contained in:
8
tests/programs/modulo-assign.q
Normal file
8
tests/programs/modulo-assign.q
Normal file
@ -0,0 +1,8 @@
|
||||
main() {
|
||||
x := 256
|
||||
x %= 100
|
||||
assert x == 56
|
||||
|
||||
x %= 10
|
||||
assert x == 6
|
||||
}
|
Reference in New Issue
Block a user