zig/deps/lld/test/wasm/Inputs/archive2.ll

8 lines
143 B
LLVM
Raw Normal View History

2018-01-18 06:29:21 +08:00
declare i32 @foo() local_unnamed_addr #1
define i32 @bar() local_unnamed_addr #0 {
entry:
%call = tail call i32 @foo() #2
ret i32 %call
}