133-3
[darwin-xtools.git] / ld64 / unit-tests / test-cases / static-executable-pie / bad.c
blob40f06147cdca2f04487633666585dfc87cc838b7
1 static int my;
3 int getmy()
4 {
5 #if __x86_64__
6 __asm(" .quad _my");
7 #endif
8 return my;