$foo =& new Bar;
By-reference assignments of new expressions are now parsed as AssignRef (instead of just Assign). Closes issue #31.