var MyBundle = (function () {
'use strict';
console.log(123455);
var main2 = 123;
return main2;
}());