| 484 | }\r\n\ |
| 485 | {\r\n\ |
| 486 | class Ben{ int x, y; void Ben(int x){ this.x = x; } void Ben(){ x = 4; } }\r\n\ |
| 487 | \r\n\ |
| 488 | auto z = new Ben(2){ y = 6; };\r\n\ |
| 489 | assert(z.x == 2);\r\n\ |
nothing calls this directly
no outgoing calls
no test coverage detected