blob: 8107f68cd9a70a2ccca9a4a37eefb4fc96fea5c2 [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 bar(o) {if(!o)for(;;);}
function baz(a){}
function foo() {baz(bar({}))};
foo();
foo();
print("pass");