blob: 174d92c06f3bbf2b792a1e2921f11c1ccbdb8542 [file] [log] [blame]
keith_miller@apple.combcc77f22016-07-15 06:03:25 +00001// Copyright 2009 the Sputnik authors. All rights reserved.
2// This code is governed by the BSD license found in the LICENSE file.
3
4/*---
5info: The "native" token can be used as identifier
6es5id: 7.6.1.2_A1.20
7description: Checking if execution of "native=1" succeeds
8---*/
9
10var native = 1;