diff options
Diffstat (limited to 'test/unreachable-instr-type.wast.fromBinary')
-rw-r--r-- | test/unreachable-instr-type.wast.fromBinary | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/unreachable-instr-type.wast.fromBinary b/test/unreachable-instr-type.wast.fromBinary new file mode 100644 index 000000000..32838581a --- /dev/null +++ b/test/unreachable-instr-type.wast.fromBinary @@ -0,0 +1,8 @@ +(module + (type $0 (func)) + (memory $0 (shared 1 1)) + (func $test (; 0 ;) (type $0) + (unreachable) + ) +) + |