7 lines
66 B

define(function () { 'use strict';
function a () {}
a();
});