blob: 7668299ae3c24816f5ac6a3d7b339d7c51e424d2 [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.
import {b} from "modules-imports5.mjs";
export let a = 22;
assertSame(undefined, b);
assertEquals(22, a);