(function () {
'use strict';
function bar () {
console.log( 'this should be included' );
}
bar();
}());