]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/archive-init-order/foo.c
6149aa14975019739cf27117af059194047020b2
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / archive-init-order / foo.c
1 int foo() { return 1; }
2
3 __attribute__((constructor))
4 void foo_init() { }