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