mirror of https://github.com/swig/swig
26 lines
357 B
Python
26 lines
357 B
Python
from cpp14_binary_integer_literals import *
|
|
|
|
if cvar.b1 != 1:
|
|
raise RuntimeError
|
|
|
|
if cvar.b2 != 2:
|
|
raise RuntimeError
|
|
|
|
if cvar.b3 != 3:
|
|
raise RuntimeError
|
|
|
|
if cvar.b4 != 4:
|
|
raise RuntimeError
|
|
|
|
if cvar.b5 != 5:
|
|
raise RuntimeError
|
|
|
|
if b6 != 6:
|
|
raise RuntimeError
|
|
|
|
if b7 != 7:
|
|
raise RuntimeError
|
|
|
|
if b8 != 8:
|
|
raise RuntimeError
|