(function(start, stop, step) {
  stop = start;
  step = arguments[2];
  assertEq(stop, true);
})(true);