blob: 1e5f5cae1e7beb0e5f4087a020431ff01e1fc3a7 [file] [log] [blame] [edit]
(module
(func $a (export "a") (result i32)
(i32.const 1)
)
)
(assert_return (invoke "a") (either (i32.const 0) (i32.const 1)))