define(function () { 'use strict'; function baz() { console.log("baz"); } baz(); });