2 /* { dg-options "-std=gnu99" } */
3 /* { dg-require-effective-target trampolines } */
11 typeof(char (*)[++n
]) bar(void) { return &tmp
; }
16 if (2 != sizeof(*bar()))
24 typeof(char (*)[++n
]) (*bar2
)(void) = bar
;
29 if (2 != sizeof(*(*bar2
)()))