fix problem with casts immediately followed by operators

This commit is contained in:
pommicket 2022-01-27 18:00:31 -05:00
parent 539f23eaec
commit 09f3f9b450
4 changed files with 58 additions and 8 deletions

View file

@ -16,4 +16,4 @@ typedef struct A {
long f;
} A;
typedef int x[(int)&((struct A*)0)->e];
typedef int x[(unsigned)-3];