import std.regex;
void main()
{
enum r = ctRegex!(`*`); //crash
enum r = ctRegex!(`[^]`); //crash
enum r = ctRegex!(`[/]`); //link error only with -debug
}
(In reply to comment #2)
> link error still exists, I've no idea how to debug phobos, is there a guidance
> on this topic?
I posted Issue 11239. It should be the same.