]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/importedSignCast.fromasm.clamp.no-opts
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / importedSignCast.fromasm.clamp.no-opts
1 (module
2 (type $FUNCSIG$ii (func (param i32) (result i32)))
3 (import "env" "_emscripten_glIsTexture" (func $gm (param i32) (result i32)))
4 (import "env" "memory" (memory $0 256 256))
5 (import "env" "table" (table 1 1 anyfunc))
6 (import "env" "memoryBase" (global $memoryBase i32))
7 (import "env" "tableBase" (global $tableBase i32))
8 (elem (get_global $tableBase) $gm)
9 (export "func" (func $func))
10 (func $func (; 1 ;)
11 (drop
12 (i32.shr_s
13 (i32.shl
14 (call $gm
15 (i32.const 0)
16 )
17 (i32.const 24)
18 )
19 (i32.const 24)
20 )
21 )
22 )
23 )