blob: 1bc60dad609c12094e5c426c6ae27881e805727c [file] [log] [blame]
// Copyright 2016 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.
//
// MODULE
export let x = 42;
let y;
export {y as z, y as x, y};