enum string[] a = ["a"];

extern(C) void main() {
        int i = 0;
        auto s = a[i];
}
---------------
Error: TypeInfo cannot be used with -betterC

Reply via email to