PageRenderTime 40ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/octave/template_extend2_runme.m

#
MATLAB | 12 lines | 9 code | 3 blank | 0 comment | 2 complexity | bedf64b206aee73cd6c52652b1ff3655 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. template_extend2
  2. a = template_extend2.lBaz();
  3. b = template_extend2.dBaz();
  4. if (!strcmp(a.foo(),"lBaz::foo"))
  5. error
  6. endif
  7. if (!strcmp(b.foo(),"dBaz::foo"))
  8. error
  9. endif