summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/export-star-as-dflt_FIXTURE.js
blob: bc6c27d641dc1cb1a996b79ea2d8922ff92893e3 (plain)
1
2
3
4
5
// |reftest| skip -- not a test file
// Copyright (C) 2019 Adrian Heine. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

export const x = 1;