summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/extend_template_runme.m
blob: 125bd4a5aca6fdf943c883a0db7bf59c3b9ae97f (plain)
1
2
3
4
5
6
7
8
9
10
extend_template

f = extend_template.Foo_0();
if (f.test1(37) != 37)
    error("failed");
endif

if (f.test2(42) != 42)
    error("failed");
endif