diff options
| author | 2025-11-26 10:40:29 +0100 | |
|---|---|---|
| committer | 2025-11-26 10:40:29 +0100 | |
| commit | 31c91845d07f47d71950dbc35e8d2620268bcbd3 (patch) | |
| tree | 76de689201bbd51c8a694ea3f6e84d599444edbc /main.c | |
| parent | b190f33220890babd0b753ae6a9fcfcf1cf026a9 (diff) | |
c: fix elided-braces initializers for nested unions
For example in
```c
struct {int a; union { int b,c; }; int d; } X = {1,2,3};
```
Fields `a`,`b`,`d` must get initialized to 1,2,3. Not `c`
Diffstat (limited to 'main.c')
0 files changed, 0 insertions, 0 deletions