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