diff options
Diffstat (limited to 'test/spec/ref_cast.wast')
-rw-r--r-- | test/spec/ref_cast.wast | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/spec/ref_cast.wast b/test/spec/ref_cast.wast index b46622a40..927d82ebc 100644 --- a/test/spec/ref_cast.wast +++ b/test/spec/ref_cast.wast @@ -169,3 +169,8 @@ ) "common supertype" ) + +(assert_malformed + (module quote "(func (ref.cast i32 (unreachable)))") + "expected reftype" +) |