summaryrefslogtreecommitdiff
path: root/test/min.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/min.wast.fromBinary')
-rw-r--r--test/min.wast.fromBinary6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/min.wast.fromBinary b/test/min.wast.fromBinary
index 6945bcd54..d8023d88c 100644
--- a/test/min.wast.fromBinary
+++ b/test/min.wast.fromBinary
@@ -3,6 +3,7 @@
(type $0 (func (param f32) (result f32)))
(type $1 (func (param i32 i32)))
(type $2 (func (param i32) (result i32)))
+ (type $3 (func (param i32 i32 i32) (result i32)))
(export "floats" $floats)
(func $floats (param $var$0 f32)
(local $var$1 f32)
@@ -49,5 +50,10 @@
(i32.const 0)
)
)
+ (func $f1 (param $var$0 i32) (param $var$1 i32) (param $var$2 i32)
+ (block $label$0
+ (get_local $var$2)
+ )
+ )
)