/trunk/Examples/test-suite/octave/ret_by_value_runme.m
Objective C | 10 lines | 8 code | 2 blank | 0 comment | 4 complexity | 076a972c7c01327a1566738fedb77afd MD5 | raw file
1ret_by_value 2 3a = ret_by_value.get_test(); 4if (a.myInt != 100) 5 error 6endif 7 8if (a.myShort != 200) 9 error 10endif