blob: b37ca16671664d86a4682bd611ddc67d73ca6d59 [file] [log] [blame]
extern void foo (void);
typedef void (*func_p) (void);
func_p p1 = &foo;