michael@0: /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 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: /* michael@0: * This was causing the parser to assert at one point. Now it's not. Yay! michael@0: */ michael@0: function f(a,[x,y],b,[w,z],c) { function b() { } } michael@0: michael@0: reportCompare(0, 0, "don't crash");