blob: f7e68fa636a5ff47adf8b61c3f743edd3a943d1f [file] [log] [blame]
(module
(type $0 (func (result i32)))
(export "x" (func $0))
(func $0 (result i32)
(i32.const 5678)
)
)