DEBSOURCES
Skip Quicknav
sources / swig / 3.0.10-1.1 / Examples / test-suite / octave / struct_value_runme.m
12345678910111213
struct_value b = struct_value.Bar(); b.a.x = 3; if (b.a.x != 3) error endif b.b.x = 3; if (b.b.x != 3) error endif