]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/llvm-integration/b10.h
fcb50d2f164a539d602a129d2eff83d0b1d667d4
[apple/ld64.git] / unit-tests / test-cases / llvm-integration / b10.h
1 struct my_struct
2 {
3 void (*f)(void);
4 };
5
6 extern struct my_struct my_hooks;