summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/types/undefined/S8.1_A3_T1.js
blob: 8df494237e1941a18ea7f19e90274b424578f6c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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
---*/

//////////////////////////////////////////////////////////
// CHECK1#
var undefined;
//
//////////////////////////////////////////////////////////

reportCompare(0, 0);