summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/virtual_derivation_runme.py
blob: 68546c6eb113b01ecd92b3a6c160b2867c6f42c6 (plain)
1
2
3
4
5
6
7
from virtual_derivation import *
#
# very innocent example
#
b = B(3)
if b.get_a() != b.get_b():
    raise RuntimeError, "something is really wrong"