| 463 | {\r\n\ |
| 464 | int ref s = new int(0), t = new int(0), r = new int(0);\r\n\ |
| 465 | return *x + *y + *z;\r\n\ |
| 466 | }\r\n\ |
| 467 | auto bar(){ GC.CollectMemory(); return new int[32]; }\r\n\ |
| 468 | return foo(new int(4), new int(6), new int(40), bar());"; |
| 469 | TEST_RESULT("Checking of temporary varaible stack in GC test", testStackVariablesGC, "50"); |
| 470 |
no test coverage detected