dereferencing function pointers
This commit is contained in:
parent
3e6cacfb7c
commit
fd02968c23
3 changed files with 15 additions and 8 deletions
|
@ -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]; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue