git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10949 626c5289-ae23-0410-ae9c-e8d60b6d4f22
8 lines
132 B
Matlab
8 lines
132 B
Matlab
octave_cell_deref;
|
|
|
|
assert(func("hello"));
|
|
assert(func({"hello"}));
|
|
|
|
c = func2();
|
|
assert(strcmp(c{1}, "hello"));
|
|
assert(c{2} == 4);
|