summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/harmony/modules-skip-4.mjs
blob: d962bfe291d2d5711d3234ba6015b7f13fbe5988 (plain)
1
2
3
4
5
6
// Copyright 2017 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 * from 'modules-skip-1.mjs';
export * from 'modules-skip-3.mjs';