Sign in
cobalt
/
cobalt
/
63c7ad499be49ef959b3b1c5ea3f48491aa033d3
/
.
/
src
/
v8
/
test
/
message
/
fail
/
modules-duplicate-export2.mjs
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
};