blob: f55faaa95a8b0320b6d828c343e7114a88bed984 (
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 = null;
export { x as default };
|