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