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

--- Comment #1 from Basile-z <[email protected]> ---
TemplateValueParameter too:

---
void foo(ubyte u = 0xFF1)()
{
}

void main()
{
    foo!1();
}
---

--

Reply via email to