]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/archive-init-order/foo3.c
b097ebf0c7c94a8724634e68840ff670737d012c
[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() { }