(function () { 'use strict'; function foo () { return 42; } assert.equal( foo(), 42 ); })();