Retro68/binutils/ld/testsuite/ld-x86-64/protected-func-1.h
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

7 lines
228 B
C

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);