]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/absolute-symbol/abs.s
1aee96f590010f85f15e834fe84bc5199be16f8c
[apple/ld64.git] / unit-tests / test-cases / absolute-symbol / abs.s
1
2 .globl _myAbs
3 #if __LP64__
4 _myAbs = 0x012345678
5 #else
6 _myAbs = 0xfe000000
7 #endif