summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/cpp14_binary_integer_literals_runme.py
blob: 8274ec6b534b7592cab956e9c6aed4d43ff7777d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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