cparser
cparser copied to clipboard
cparser can't handle wide literals
L"\x12345600";
This errors with this message :
cparser: ./src/adt/unicode.h:65: obstack_grow_utf8: Assertion `c < 0x200000' failed.
Aborted (core dumped)