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