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

5 lines
71 B
Python

from name_warnings import *
four = double_an_int(2)
assert four == 4