Files
linux-packaging-mono/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll

8 lines
106 B
LLVM
Raw Normal View History

declare i32 @FA()
define i32 @FB() nounwind {
%r = call i32 @FA( ) ; <i32> [#uses=1]
ret i32 %r
}