git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5666 626c5289-ae23-0410-ae9c-e8d60b6d4f22
8 lines
148 B
Python
8 lines
148 B
Python
from virtual_derivation import *
|
|
#
|
|
# very innocent example
|
|
#
|
|
b = B(3)
|
|
if b.get_a() != b.get_b():
|
|
raise RuntimeError, "something is really wrong"
|
|
|