]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/absolute-symbol/main.c
eec3f61d79d0b5417b9348e286dbb5e4431f766a
[apple/ld64.git] / unit-tests / test-cases / absolute-symbol / main.c
1
2 extern int* myAbs;
3
4 int main() { return *myAbs; }
5