]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/llvm-integration/b10.c
d899aa9a298a75ab66778c971f896c62e0eec461
[apple/ld64.git] / unit-tests / test-cases / llvm-integration / b10.c
1 #include "b10.h"
2 extern void foo(void);
3
4 struct my_struct my_hooks = {
5 foo
6 };
7