6 lines
89 B
LLVM
6 lines
89 B
LLVM
declare void @elf_func()
|
|
|
|
define i32 @lib_func() {
|
|
call void @elf_func()
|
|
ret i32 0
|
|
}
|