nasm/test/elf_visibility.asm

11 lines
104 B
NASM
Raw Normal View History

global foo
global foo_hidden:function hidden
SECTION .text align=16
foo:
foo_hidden:
foo_label:
ret