https://issues.dlang.org/show_bug.cgi?id=14814
--- Comment #5 from Timothee Cour <[email protected]> --- >> If you replace the `typeid(int)` with `null`, will the failure disappear? yes >> If so, may following patch fix fix the issue? it does. Here's the corresponding pull request: https://github.com/D-Programming-Language/dmd/pull/4827 --
