blob: 5275738273f5667a24c768befcc6599f1a82e4c5 (
plain)
1
2
3
4
5
|
// |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.
export var x = 1;
|