The converter crashes on input source code like this: struct a { struct b { int c; int d; } e; float f; } g = {.e.c = 3 };
The converter crashes on input source code like this:
struct a {
struct b {
int c;
int d;
} e;
float f;
} g = {.e.c = 3 };