blob: c3e99ebd70643a32cadc8fb3f352ac4292c74fde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright (c) 2018 Mike Pennisi. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-variable-statement
description: arguments as local var identifier is allowed
flags: [noStrict]
---*/
var eval;
reportCompare(0, 0);
|