blob: 360a5d051d176a6927fe1e55d5cd02c6d6b9dc6d [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.
export let x = 42;
export {x};