Files
ANSLibs/swig-4.3.0/Examples/test-suite/octave/virtual_derivation_runme.m

10 lines
129 B
Objective-C

virtual_derivation
#
# very innocent example
#
b = B(3);
if (b.get_a() != b.get_b())
error("something is really wrong")
endif