fix problem with casts immediately followed by operators
This commit is contained in:
parent
539f23eaec
commit
09f3f9b450
4 changed files with 58 additions and 8 deletions
|
@ -16,4 +16,4 @@ typedef struct A {
|
|||
long f;
|
||||
} A;
|
||||
|
||||
typedef int x[(int)&((struct A*)0)->e];
|
||||
typedef int x[(unsigned)-3];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue