(function() { while (0) { var a, a = b; } })(); (function(b) { do { var a, a = b; } while (0); assertEq(a, 10); })(10);