blob: a95cfa7e46132ce3fa44bde2fafe754d0f26b6a9 [file] [log] [blame]
function main(args) {
var i = 2;
var j = 3;
var n = i - j;
}