aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/fixtures/test.git/hello.js
blob: 6ad633db432a49be5b32435821d33a839db70d38 (plain) (blame)
1
2
3
4
5
6
7
function HelloWorld(name)
{
    if (foo) foo++;
    alert(name);
}

function Empty() {}