llvm-project
16 строк · 289.0 Байт
1.functype def () -> ()
2
3.section .text.lib_func,"",@
4.globl lib_func
5lib_func:
6.functype lib_func () -> ()
7end_function
8
9.section .text.unused_lib_func,"",@
10.globl unused_lib_func
11unused_lib_func:
12.functype unused_lib_func () -> ()
13call def
14end_function
15
16.functype def () -> ()
17