]> git.saurik.com Git - apple/ld64.git/blame - 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
CommitLineData
a61fdf0a
A
1#include "b10.h"
2extern void foo(void);
3
4struct my_struct my_hooks = {
5 foo
6};
7