summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/abstract_typedef_runme.py
blob: d69134f2ec5abf1416e66e64cb5f5726bb3025f8 (plain)
1
2
3
4
5
6
7
8
from abstract_typedef import *
e = Engine()

a = A()


if a.write(e) != 1:
    raise RuntimeError