blob: 8d2e40ab5a7fd4f8c2a67182a5c08121c2d3f294 [file] [log] [blame]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
function test2() {
eval('function a() { const x; }');
}