blob: 27ee2774f2210ff8a212cb9062fcc269d984189b [file] [log] [blame]
target triple = "wasm32-unknown-unknown"
define void @call_foo() {
call void @foo();
ret void
}
declare void @foo() #0
attributes #0 = { "wasm-import-module"="baz" }