x86-64: Test protected function pointers
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / protected-func-1.h
CommitLineData
b6b42983
L
1extern int protected_func_1a (void);
2extern int protected_func_1b (void);
3
4typedef int (*protected_func_type) (void);
5extern protected_func_type protected_func_1a_p (void);
6extern protected_func_type protected_func_1b_p (void);
This page took 0.039324 seconds and 4 git commands to generate.