]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/archive-init-order/foo.c
ld64-128.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / archive-init-order / foo.c
1 int foo() { return 1; }
2
3 __attribute__((constructor))
4 void foo_init() { }