additional test
This commit is contained in:
parent
38438904dc
commit
330e16df3e
21 changed files with 302 additions and 4 deletions
10
test/lexer/11.in
Normal file
10
test/lexer/11.in
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
x += 1
|
||||
y -= 2
|
||||
z *= 3
|
||||
a /= 4
|
||||
b %= 5
|
||||
c &= 6
|
||||
d |= 7
|
||||
e ^= 8
|
||||
f <<= 9
|
||||
g >>= 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue