aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bitops.bad
blob: 5582d36cece582153f424aada39f9f97acab4b37 (plain)
1
2
3
4
5
6
7
0x0f << 4
0xff >> 4
0x0f << 4 * 2 >> 3

0xff & 0xf >> 4 | 123
~0xff
~(0xff >> 4)