modules-duplicate-export5.mjs 277 Bytes
Newer Older
1 2 3
// Copyright 2018 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.
4

5 6 7
// Flags: --harmony-namespace-exports

export let foo = 42;
8
export * as foo from "./doesnt-even-matter.mjs";