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

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

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