blob: 6498a66f4708f2e5b108da382fd102aa3ef62942 [file] [log] [blame]
(function (Thing){
function Thing() {
}
function other() {
Thing;
}
Thing();
})(2)