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