michael@0: function X(n) { michael@0: while ((n--)) { michael@0: switch ( n ) { default : } michael@0: } michael@0: } michael@0: (X)(0);