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