!7 sclass Bla { S ok(S s) { ret s + " " + s; } } p-exp { assertEqualsVerbose("hello hello", call_withVarargs(new Bla, 'ok, 'hello)); }