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

6 lines
73 B
Python

from overload_template import *
f = foo()
a = max(3,4)
b = max(3.4,5.2)