summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/bc/t7.in
blob: e29e70f0c43ea8b1fa412a395f264b80c07477ac (plain) (blame)
1
2
3
4
5
6
a += 1
b -= 2
c *= 3
d /= 4
e ^= 5
f %= 6