summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/typemap_arrays_runme.py
blob: c23222c635aea43b896c28f5313238dd08a79d1b (plain)
1
2
3
4
5
from typemap_arrays import *

if sumA(None) != 60:
    raise RuntimeError, "Sum is wrong"