blob: da601ae2a9556fa86739bf69b5097e32e2c8d7d2 [file] [log] [blame]
import memberin_extend_c
t = memberin_extend_c.Person()
t.name = "Fred Bloggs"
if t.name != "FRED BLOGGS":
raise RuntimeError("name wrong")