/trunk/Examples/test-suite/octave/template_extend2_runme.m
Objective C | 12 lines | 9 code | 3 blank | 0 comment | 2 complexity | bedf64b206aee73cd6c52652b1ff3655 MD5 | raw file
1template_extend2 2 3a = template_extend2.lBaz(); 4b = template_extend2.dBaz(); 5 6if (!strcmp(a.foo(),"lBaz::foo")) 7 error 8endif 9 10if (!strcmp(b.foo(),"dBaz::foo")) 11 error 12endif