The following C99 code fails to compile: ``` struct S { int x; }; struct S s = {.x = 1}; // Error: C designator-list not supported yet ```
This has been fixed in master.