aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo.txt
diff options
context:
space:
mode:
author lemon<lsof@mailbox.org>2025-11-26 10:40:29 +0100
committer lemon<lsof@mailbox.org>2025-11-26 10:40:29 +0100
commit31c91845d07f47d71950dbc35e8d2620268bcbd3 (patch)
tree76de689201bbd51c8a694ea3f6e84d599444edbc /todo.txt
parentb190f33220890babd0b753ae6a9fcfcf1cf026a9 (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 'todo.txt')
0 files changed, 0 insertions, 0 deletions