1 2 3 4 5 6 7 8 9 10 11 12
;; RUN: wast --assert default --snapshot tests/snapshots % (assert_invalid (module (func block $l (result anyref) try_table (catch_all_ref $l) end end ) ) "type mismatch: catch_all_ref label must a subtype of (ref exn)")