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

# · MATLAB · 12 lines · 9 code · 3 blank · 0 comment · 2 complexity · bedf64b206aee73cd6c52652b1ff3655 MD5 · raw file

  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