swc/ecmascript/codegen/tests/references/61d8a7e497b6db72.js

9 lines
110 B
JavaScript
Raw Normal View History

(function() {
function a() {
(function() {
b('c');
}());
}
a();
}());