summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/template_ns4_runme.m
blob: b5746427bf4dddcccae6a48130c03fae01b02799 (plain)
1
2
3
4
5
6
7
8
9
10
11
# do not dump Octave core
if exist("crash_dumps_octave_core", "builtin")
  crash_dumps_octave_core(0);
endif

template_ns4

d = make_Class_DD();
if (!strcmp(d.test(),"test"))
  error
endif