On Sunday, 2 August 2020 at 12:06:48 UTC, Stefan Koch wrote:
> Well the inliner is now active even without the inline flag.
>
> If you use an older compiler the issue goes away.
AFAICT, inlining triggered by
pragma(inline, true);
should be disabled when the `-cov` flag is given.
Right?