1 2 3 4 5 6 7 8 9 10
;; RUN: wast --assert default --snapshot tests/snapshots % (module (func (param exnref)) (func (param (ref null exn))) (func (param (ref exn))) (func (param nullexnref)) (func (param (ref null noexn))) (func (param (ref noexn))) )