git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11764 626c5289-ae23-0410-ae9c-e8d60b6d4f22
6 lines
143 B
Python
6 lines
143 B
Python
import memberin_extend_c
|
|
|
|
t = memberin_extend_c.Person()
|
|
t.name = "Fred Bloggs"
|
|
if t.name != "FRED BLOGGS":
|
|
raise RuntimeError("name wrong")
|