]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/archive-init-order/bar2.c
ld64-241.9.tar.gz
[apple/ld64.git] / unit-tests / test-cases / archive-init-order / bar2.c
CommitLineData
b2fa67a8
A
1int bar2() { return 0; }
2
3__attribute__((constructor))
4void bar2_init() { }