]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/llvm-integration/b10.h
ld64-123.2.tar.gz
[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;