Commits

Joe Groff committed 50312c847f6
Add interpreter test for writeback behavior. I broke writeback of byref arguments to functions with my RValue refactor, but assignment writeback (including destructuring assignments like (a, b) = (b, a)) should work. Add a test for it. Swift SVN r4731