17 lines · plain
1 .functype def () -> ()2 3 .section .text.lib_func,"",@4 .globl lib_func5lib_func:6 .functype lib_func () -> ()7 end_function8 9 .section .text.unused_lib_func,"",@10 .globl unused_lib_func11unused_lib_func:12 .functype unused_lib_func () -> ()13 call def14 end_function15 16 .functype def () -> ()17