git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
134 B
Python
9 lines
134 B
Python
# This is the import runtime testcase.
|
|
|
|
import _imports_a
|
|
import _imports_b
|
|
import sys
|
|
|
|
x = _imports_b.new_B()
|
|
_imports_a.A_hello(x)
|
|
|