summaryrefslogtreecommitdiff
path: root/test/unreachable-import_wasm-only.fromasm.imprecise
blob: f225fcc28add8225822912e83ba410f58be7cb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
(module
 (type $i32_=>_none (func (param i32)))
 (import "env" "memory" (memory $memory 256 256))
 (export "__ZN10WasmAssertC2Ev__async_cb" (func $__ZN10WasmAssertC2Ev__async_cb))
 (func $__ZN10WasmAssertC2Ev__async_cb (; 0 ;) (; has Stack IR ;) (param $0 i32)
  (i32.store
   (i32.const 12)
   (i32.const 26)
  )
 )
)