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