"use strict";

function f() {}

(function () {
  var a = 1;
  var b = 2;
  var c = 3;
})();