function example(a, b, c) { var complicated = 3; perform_some_operations(); } var myfun = function (a, b) a + b; assertEq(decompileThis(), snarf(thisFilename()));