https://issues.dlang.org/show_bug.cgi?id=22587

--- Comment #1 from mhh <[email protected]> ---
---
int front(int param)
{
    return param ? 1 : assert(0);
}
---
also triggers it

--

Reply via email to