restore casts, sizeof
This commit is contained in:
parent
7ca37ea8db
commit
387d650cab
2 changed files with 55 additions and 10 deletions
|
@ -3,5 +3,4 @@
|
|||
long double d;
|
||||
} (*x)(void);
|
||||
*/
|
||||
typedef int *Foo[3+342<<5];
|
||||
typedef int A, *B[10];
|
||||
typedef int *Foo[sizeof(unsigned short int)];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue