(function () { 'use strict';
function foo() {
};
function a() {
foo();
var a;
if (a.b) {
}
a();
})();