blob: 37bfc97b15dc7cff43e2fb4dae1ae065d7a40300 [file] [log] [blame]
import typedef_scope
b = typedef_scope.Bar()
x = b.test1(42,"hello")
if x != 42:
print "Failed!!"
x = b.test2(42,"hello")
if x != "hello":
print "Failed!!"