michael@0: /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ michael@0: /* michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/licenses/publicdomain/ michael@0: */ michael@0: michael@0: function test(arg) { michael@0: eval(arg); michael@0: { michael@0: function arguments() { return 1; } michael@0: } michael@0: return arguments; michael@0: } michael@0: michael@0: reportCompare("function", typeof test("42"), "function sub-statement must override arguments");