https://issues.dlang.org/show_bug.cgi?id=14814
--- Comment #6 from Kenji Hara <[email protected]> --- (In reply to Timothee Cour from comment #5) > >> If you replace the `typeid(int)` with `null`, will the failure disappear? > > yes > > >> If so, may following patch fix fix the issue? > > it does. Thanks for the test. I also confirmed the issue on auto-tester with a test case, then applied my patch. https://github.com/D-Programming-Language/dmd/pull/4828 --
