summaryrefslogtreecommitdiff
path: root/test/language/module-code/instn-star-props-dflt-skip-named_FIXTURE.js
blob: 69647d741482bce3a43e025f8ce7679159510973 (plain)
1
2
3
4
5
6
// 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 var namedOther = null;
export { x as default };