There is this ICE:

void main() {
        import std.container;
        static immutable s = new RedBlackTree!int('h');
}

Reply via email to