blob: 393c000e90b27017b398a0a8c863c86d10e19cae [file] [log] [blame] [edit]
;;; FLAGS: --spec
(module
(export "test" (func $test))
(func $test (param i32) (result i32)
get_local 0
i32.const 100
i32.add))
(invoke "test" (i32.const 1))
(invoke "test" (i32.const 100))
(invoke "test" (i32.const -30))