blob: ec52ab631fb7f9d95c06d6c9ae6a32b082833f02 [file] [log] [blame]
ysuzuki@apple.come5836342019-05-07 22:15:59 +00001function call(site)
2{
3 return site;
4}
5
6function test()
7{
8 return call`Cocoa`;
9}
10
11var first = test();
12$vm.deleteAllCodeWhenIdle();
13fullGC();