michael@0: /* michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/licenses/publicdomain/ michael@0: */ michael@0: var expect = "global"; michael@0: var actual = expect; michael@0: function f([actual]) { } michael@0: f(["local"]); michael@0: reportCompare(expect, actual, "ok");