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