summaryrefslogtreecommitdiffstats
path: root/debuggee/foo.qs
blob: c7d511a5499cd7a5628f017dae9211ddb3b9d8a6 (plain)
1
2
3
4
5
function test(a, b) {
    var c = a * b;
    var d = Math.sin(c);
    return d + 2;
}