blob: f9a8bea7df389fdc72dd6e8475f098f6875a622b [file]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
// Tests that function declaration bindings show correctly for the
// global function case.
f;/**bp:locals()**/
{
function f() { }
f(); /**bp:locals()**/
}
f();/**bp:locals()**/
WScript.Echo("PASSED");