| 1245 | {\r\n\ |
| 1246 | int y;\r\n\ |
| 1247 | int boo(generic x){ return x * y; }\r\n\ |
| 1248 | \r\n\ |
| 1249 | void Foo(int n){ y = n; }\r\n\ |
| 1250 | }\r\n\ |
| 1251 | auto ref[2] arr;\r\n\ |
| 1252 | arr[0] = new Foo(20);\r\n\ |
nothing calls this directly
no outgoing calls
no test coverage detected