summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/module-code/instn-iee-err-dflt-thru-star-dflt_FIXTURE.js
blob: 02bf016b740d5d10c04628eb5908170503e78b98 (plain)
1
2
3
4
5
6
// |reftest| skip -- not a test file
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

var x;
export { x as default };