[Issue 22429] importC: designator-list not supported yet

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 7 07:26:11 UTC 2021


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

--- Comment #1 from dave287091 at gmail.com ---
Same error occurs for the struct version as well:

typedef struct S {
    int x;
} S;

int main(){
    S s = {.x = 3}; // Error C designator-list not supported yet
}

--


More information about the Digitalmars-d-bugs mailing list