blob: 635bcbb68287787a5a893b1ace9d8fa4af49f011 (
plain)
1
2
3
4
5
6
7
8
|
// |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 default function fn() {
fn = 2;
return 1;
}
|