function-control-flow-transformer-multiple-items-1.js 67 B

1234
  1. (function () {
  2. var test1 = 1 + 2;
  3. var test2 = 2 - 3;
  4. })();