diff options
author | Alon Zakai <alonzakai@gmail.com> | 2017-08-02 14:47:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 14:47:05 -0700 |
commit | de15161e110f26212095c5cf4faf2e3668d2531b (patch) | |
tree | 915e18978f4b554d0479b568378a425ec5b042ee /test/polymorphic_stack.wast.fromBinary | |
parent | 5a07a930ad51003411b2bc827ea9bf08728ecc5a (diff) | |
parent | 6d686bd1a5b3610ad49fd607ae5e49c70410af51 (diff) | |
download | binaryen-de15161e110f26212095c5cf4faf2e3668d2531b.tar.gz binaryen-de15161e110f26212095c5cf4faf2e3668d2531b.tar.bz2 binaryen-de15161e110f26212095c5cf4faf2e3668d2531b.zip |
Merge pull request #1119 from WebAssembly/fuzz-2
More fun fuzz fixes
Diffstat (limited to 'test/polymorphic_stack.wast.fromBinary')
-rw-r--r-- | test/polymorphic_stack.wast.fromBinary | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/polymorphic_stack.wast.fromBinary b/test/polymorphic_stack.wast.fromBinary index e0ee6577d..b139c9c06 100644 --- a/test/polymorphic_stack.wast.fromBinary +++ b/test/polymorphic_stack.wast.fromBinary @@ -125,5 +125,16 @@ (unreachable) ) ) + (func $br_table_unreachable_to_also_unreachable (type $1) (result i32) + (block $label$0 (result i32) + (block $label$1 + (unreachable) + (unreachable) + (unreachable) + (unreachable) + ) + (unreachable) + ) + ) ) |