blob: 5a98c0a3b4bb1db6676215d4988b830412ff9631 [file] [log] [blame]
octave_cell_deref;
assert(func("hello"));
assert(func({"hello"}));
c = func2();
assert(strcmp(c{1}, "hello"));
assert(c{2} == 4);