dereferencing function pointers

This commit is contained in:
pommicket 2022-02-03 21:46:36 -05:00
parent 3e6cacfb7c
commit fd02968c23
3 changed files with 15 additions and 8 deletions

View file

@ -53,5 +53,7 @@ struct {
typedef int Blah[sizeof((B *)0)->c.y];
unsigned marker = 0xdeadbeef;
typedef int (*FUNCTION)(void);
typedef int AAAA[sizeof*****((FUNCTION)0)];
/* typedef int X[sizeof(int)+4]; */