define(function () { 'use strict';
var foo = function () {
return 42;
};
var str = `
//# sourceMappingURL=main.js.map
`;
console.log( foo(str) );
});