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