extern(C) {
    struct ab;
}

ab*[int] map;

void main() {
    map.clear();
}


Cannot be compiled. Why?

Thanks.

Reply via email to