How do I locally test dmd for coverage? I have a fix for the missing coverage for version.c, but I can't figure out how to test whether it's actually working.
What I do is put a print/assert in the compiler functions you're looking for and then run it on the test case.
