blob: 26b896c2b7cd8c9619e3145bc63d67d6dc00f2a9 [file] [log] [blame]
grouping
x = grouping.test1(42);
if (x != 42)
error
endif
grouping.test2(42);
x = (grouping.do_unary(37, grouping.NEGATE));
if (x != -37)
error
endif
grouping.cvar.test3 = 42;