summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/ret_by_value_runme.py
blob: 0b2d7fd86949e39d2fb1fbfd864d13784f27e2e0 (plain)
1
2
3
4
5
6
7
8
import ret_by_value

a = ret_by_value.get_test()
if a.myInt != 100:
    raise RuntimeError

if a.myShort != 200:
    raise RuntimeError