blob: e5442419088ea251425612c46ff9deefafeeffc8 [file] [log] [blame] [edit]
(module
(export "x" (func $x))
(func $x (result i32)
(nop)
(nop)
(nop)
(drop (i32.const 1234))
(i32.const 5678) ;; easily reducible
)
(func $not-exported
(nop)
(unreachable)
)
)