swc/ecmascript/codegen/tests/references/2a7d131074016ba6.js

6 lines
57 B
JavaScript
Raw Normal View History

'use strict';
var a = function(b) {
b();
a();
};