blob: 6c76137b7555d172bfe6f15c5767f87f9b3dd86e [file] [log] [blame]
// Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Flags: --harmony-destructuring-bind
for (var { a, b, c }; a && b && c; ) {}