git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
7 lines
138 B
Python
7 lines
138 B
Python
from extend_template_ns import *
|
|
f = Foo_One()
|
|
if f.test1(37) != 37:
|
|
raise RuntimeError
|
|
|
|
if f.test2(42) != 42:
|
|
raise RuntimeError
|