error: 'struct Some' contains incomplete type
|  --> in tests/fixtures/incomplete_init.c:3:3
|
3 s l = {.age = 2};
|   ^
error: 'union Oxjfp' contains incomplete type
|  --> in tests/fixtures/incomplete_init.c:13:12
|
13   other_un consazmprlpivzzzzzzzzzzz;
|             ^
2 errors generated.
