swig/Examples/test-suite/python/langobj_runme.py

7 lines
80 B
Python

from langobj import *
x ="hello"
if identity(x) != x:
raise RuntimeError