1# Supplies a global definition, l_foo, with a linker-private prefix. Since this 2# definition is marked as global it should be resolvable outside the object. 3 4 .section __TEXT,__text,regular,pure_instructions 5 .macosx_version_min 10, 14 6 .globl l_foo 7 .p2align 4, 0x90 8l_foo: 9 xorl %eax, %eax 10 retq 11 12.subsections_via_symbols 13