]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/symbol-section-move/other.c
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / symbol-section-move / other.c
CommitLineData
599556ff
A
1
2static int mylocal()
3{
4 return 1;
5}
6
7void* otherget() { return mylocal; }
8
9