summaryrefslogtreecommitdiff
path: root/test/passes/i64-to-i32-lowering.wast
blob: 179cac46715924b185460c6c17eee5d91e347f47 (plain)
1
2
3
4
5
6
7
(module
  (import "env" "func" (func $import (result i64)))
  (func $defined (result i64)
    (i64.add (i64.const 1) (i64.const 2))
  )
)