'use strict';
function foo () {
console.log( 'foo' );
}
function a () {
foo();
var a;
if ( a.b ) {
// empty
a();