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