| 473 | const char *testCustomConstructor2 = |
| 474 | "{\r\n\ |
| 475 | class Ken{ int x, y; void Ken(int x){ this.x = x; } }\r\n\ |
| 476 | \r\n\ |
| 477 | auto z = new Ken(2){ y = 6; };\r\n\ |
| 478 | assert(z.x == 2);\r\n\ |
nothing calls this directly
no outgoing calls
no test coverage detected