| 449 | int zzz = foo(5)() + k();\r\n\ |
| 450 | GC.CollectMemory();\r\n\ |
| 451 | class Foo{ int[4] arr; int x; void Foo(int y){ x = y; } }\r\n\ |
| 452 | Foo ref[20] fArr;\r\n\ |
| 453 | for(i in fArr, j in range(2, 1000, 2))\r\n\ |
| 454 | i = new Foo(j);\r\n\ |
no outgoing calls
no test coverage detected