We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The converter crashes on input source code like this:
struct a { struct b { int c; int d; } e; float f; } g = {.e.c = 3 };
Activity