]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/dead_strip-weak-coalesce/main.c
ld64-236.3.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dead_strip-weak-coalesce / main.c
CommitLineData
fb24a050
A
1
2// baz is in a lazily loaded archive
3extern void baz();
4
5int main()
6{
7 baz();
8 return 0;
9}
10
11
12#include "foo.c"
13