summaryrefslogtreecommitdiff
path: root/tests/test.js
blob: 4f29ca81ac6303df2bedb8afa748627ee5736858 (plain)
1
2
3
4
5
6
7
function print() {
  alert("Hi there!");
}

function bar(s) {
  alert("<<" + s + ">>");
}