summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/typemap_namespace_runme.m
blob: ec62a39107228f7b5587d646dcdcc50c8edcb1f6 (plain)
1
2
3
4
5
6
7
8
9
10
typemap_namespace

if (!strcmp(test1("hello"),"hello"))
    error
endif

if (!strcmp(test2("hello"),"hello"))
    error
endif