summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/types/undefined/S8.1_A3_T2.js
blob: c0003ac62f6aa84b6f98364620d9ea7f091f0e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
info: undefined is not a keyword
es5id: 8.1_A3
description: Create variable named undefined
flags: [noStrict]
---*/

//////////////////////////////////////////////////////////
// CHECK1#
var undefined = 1;
//
//////////////////////////////////////////////////////////

reportCompare(0, 0);