You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gives the warning: // Warning (CharacterLiteral): /home/ck/go/src/github.com/elliotchance/c2go/tests/cast2.c:20 : could not read exact character literal: cannot parse character literal: illegal character 'a' at index 0 from atic const pcre_uchar TEST[] = {
The text was updated successfully, but these errors were encountered:
kamphaus
pushed a commit
to kamphaus/c2go
that referenced
this issue
Apr 16, 2018
When trying to parse a character literal that's part of an array initialization on multiple lines, the parsing fails and outputs a warning.
E.g. :
gives the warning:
// Warning (CharacterLiteral): /home/ck/go/src/github.com/elliotchance/c2go/tests/cast2.c:20 : could not read exact character literal: cannot parse character literal: illegal character 'a' at index 0 from atic const pcre_uchar TEST[] = {
The text was updated successfully, but these errors were encountered: