test262/test/language/module-code/ambiguous-export-bindings/namespace-import-star-as-and-export-2_FIXTURE.js

6 lines
204 B
JavaScript

// Copyright (C) 2025 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
import * as foo from "./namespace-empty-module_FIXTURE.js";
export { foo };