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