summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/instn-star-props-dflt-skip-star-as-named-end_FIXTURE.js
blob: 28d022054633227ca59f34d51a11dcef9ca0592f (plain)
1
2
3
4
5
6
7
// |reftest| skip -- not a test file
// Copyright (C) 2018 Valerie Young. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

var x;
export var namedOther = null;
export { x as default };