blob: b42e9c7e28642c06e568c0661bab0d3ca1f9c935 [file] [log] [blame]
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 7.6-21
description: >
7.6 - SyntaxError expected: reserved words used as Identifier
Names in UTF8: debugger (debugger)
negative: SyntaxError
---*/
var \u0064ebugger = 123;