summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/wasm/regress/shift-counts.js
blob: aadc9e5d76ed9aaaf92bea5ce4a7e4e9350242ee (plain)
1
2
3
4
5
6
7
8
// Bug 1280926, extracted from binary

wasmEvalText(
`(module
  (type $type0 (func (result i32)))
  (export "" (func $func0))
  (func $func0 (result i32)
   (i32.shr_s (i32.const -40) (i32.const 34))))`);