git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5301 626c5289-ae23-0410-ae9c-e8d60b6d4f22
12 lines
177 B
Tcl
12 lines
177 B
Tcl
|
|
if [ catch { load ./overload_copy[info sharedlibextension] overload_copy} err_msg ] {
|
|
puts stderr "Could not load shared object:\n$err_msg"
|
|
}
|
|
|
|
Foo f
|
|
Foo g [f cget -this]
|
|
|
|
|
|
|
|
|
|
|