blob: 0d69b2daff7baa6e928137b8a293749dcd429654 [file] [log] [blame]
// Copyright 2017 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.
var let = 0;
function nonGenerator() {
let
yield 0;
}