svoid test_FunctionCall() { var fc = new FunctionCall("bla", new O[0]); assertNull(fc.args); }