/trunk/Examples/test-suite/octave/template_extend2_runme.m
# · MATLAB · 12 lines · 9 code · 3 blank · 0 comment · 2 complexity · bedf64b206aee73cd6c52652b1ff3655 MD5 · raw file
- template_extend2
- a = template_extend2.lBaz();
- b = template_extend2.dBaz();
- if (!strcmp(a.foo(),"lBaz::foo"))
- error
- endif
- if (!strcmp(b.foo(),"dBaz::foo"))
- error
- endif