Add tests for binary integer literal constants

This commit is contained in:
Olly Betts 2022-07-25 18:17:04 +12:00
commit c759da250f
2 changed files with 13 additions and 0 deletions

View file

@ -14,3 +14,12 @@ if cvar.b4 != 4:
if cvar.b5 != 5:
raise RuntimeError
if b6 != 6:
raise RuntimeError
if b7 != 7:
raise RuntimeError
if b8 != 8:
raise RuntimeError