```C struct S { struct { int i, j; } m; }; struct S s = {.m.i = 0, .m.j = 1}; ``` got: `m.c:7:27: error: struct or union has no member named "m"`
got:
m.c:7:27: error: struct or union has no member named "m"