michael@0: // -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- michael@0: // Any copyright is dedicated to the Public Domain. michael@0: // http://creativecommons.org/licenses/publicdomain/ michael@0: michael@0: // Don't assert trying to parse this. michael@0: let(x = (x(( function() { michael@0: return { e: function() { e in x } }; michael@0: })) michael@0: for (x in []))) michael@0: true; michael@0: michael@0: reportCompare(true, true);