You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
185 B
10 lines
185 B
4 months ago
|
target triple = "wasm32-unknown-unknown"
|
||
|
|
||
|
declare i32 @bar() local_unnamed_addr #1
|
||
|
|
||
|
define i32 @foo() local_unnamed_addr #0 {
|
||
|
entry:
|
||
|
%call = tail call i32 @bar() #2
|
||
|
ret i32 %call
|
||
|
}
|