blob: e0bb99e691bd015f77646532ce5597da32f2e425 (
plain)
1
2
3
4
5
6
7
|
// |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 var namedOther = null;
export { x as default };
|