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

/*---
info: The Undefined type has one value, called undefined
es5id: 8.1_A1_T1
description: Checking if execution of "var x = undefined" passes
---*/

// CHECK#1
var x = undefined;

reportCompare(0, 0);