aboutsummaryrefslogtreecommitdiff
path: root/test/input/enclose/input.js
blob: 5f53997b42883b43de78c2889143601604b23f14 (about) (plain)
1
2
3
4
function enclose() {
    console.log("test enclose");
}
enclose();