aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/protected-func-1.h
blob: b5ff4e8f82221622ce7398cc03b889f0c6c5018b (plain)
1
2
3
4
5
6
extern int protected_func_1a (void);
extern int protected_func_1b (void);

typedef int (*protected_func_type) (void);
extern protected_func_type protected_func_1a_p (void);
extern protected_func_type protected_func_1b_p (void);