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

6 lines
71 B
Python

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