blob: ec52ab631fb7f9d95c06d6c9ae6a32b082833f02 [file] [log] [blame]
function call(site)
{
return site;
}
function test()
{
return call`Cocoa`;
}
var first = test();
$vm.deleteAllCodeWhenIdle();
fullGC();