summaryrefslogtreecommitdiff
path: root/test/example/c-api-kitchen-sink.txt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/c-api-kitchen-sink.txt.txt')
-rw-r--r--test/example/c-api-kitchen-sink.txt.txt34
1 files changed, 17 insertions, 17 deletions
diff --git a/test/example/c-api-kitchen-sink.txt.txt b/test/example/c-api-kitchen-sink.txt.txt
index dc35b1f04..4f35a746f 100644
--- a/test/example/c-api-kitchen-sink.txt.txt
+++ b/test/example/c-api-kitchen-sink.txt.txt
@@ -14,7 +14,7 @@
(export "kitchen_sinker" (func "$kitchen()sinker"))
(export "mem" (memory $0))
(start $starter)
- (func "$kitchen()sinker" (type $iiIfF) (param $0 i32) (param $1 i64) (param $2 f32) (param $3 f64) (result i32)
+ (func "$kitchen()sinker" (; 1 ;) (type $iiIfF) (param $0 i32) (param $1 i64) (param $2 f32) (param $3 f64) (result i32)
(local $4 i32)
(block $the-body (result i32)
(block $the-nothing
@@ -527,7 +527,7 @@
(i32.const 42)
)
)
- (func $starter (type $v)
+ (func $starter (; 2 ;) (type $v)
(nop)
)
)
@@ -537,13 +537,13 @@
(type $i (func (result i32)))
(import "module" "check" (func $check (param i32)))
(memory $0 0)
- (func $just-one-block (type $v)
+ (func $just-one-block (; 1 ;) (type $v)
(local $0 i32)
(call $check
(i32.const 1337)
)
)
- (func $two-blocks (type $v)
+ (func $two-blocks (; 2 ;) (type $v)
(local $0 i32)
(block $block$2$break
(call $check
@@ -559,7 +559,7 @@
)
)
)
- (func $two-blocks-plus-code (type $v)
+ (func $two-blocks-plus-code (; 3 ;) (type $v)
(local $0 i32)
(block $block$2$break
(call $check
@@ -578,7 +578,7 @@
)
)
)
- (func $loop (type $v)
+ (func $loop (; 4 ;) (type $v)
(local $0 i32)
(loop $shape$0$continue
(block $block$2$break
@@ -599,7 +599,7 @@
)
)
)
- (func $loop-plus-code (type $v)
+ (func $loop-plus-code (; 5 ;) (type $v)
(local $0 i32)
(loop $shape$0$continue
(block $block$2$break
@@ -626,7 +626,7 @@
)
)
)
- (func $split (type $v)
+ (func $split (; 6 ;) (type $v)
(local $0 i32)
(call $check
(i32.const 0)
@@ -645,7 +645,7 @@
)
)
)
- (func $split-plus-code (type $v)
+ (func $split-plus-code (; 7 ;) (type $v)
(local $0 i32)
(call $check
(i32.const 0)
@@ -674,7 +674,7 @@
)
)
)
- (func $if (type $v)
+ (func $if (; 8 ;) (type $v)
(local $0 i32)
(block $block$3$break
(call $check
@@ -699,7 +699,7 @@
)
)
)
- (func $if-plus-code (type $v)
+ (func $if-plus-code (; 9 ;) (type $v)
(local $0 i32)
(block $block$3$break
(call $check
@@ -737,7 +737,7 @@
)
)
)
- (func $if-else (type $v)
+ (func $if-else (; 10 ;) (type $v)
(local $0 i32)
(block $block$4$break
(call $check
@@ -769,7 +769,7 @@
)
)
)
- (func $loop-tail (type $v)
+ (func $loop-tail (; 11 ;) (type $v)
(local $0 i32)
(block $block$3$break
(loop $shape$0$continue
@@ -799,7 +799,7 @@
)
)
)
- (func $nontrivial-loop-plus-phi-to-head (type $v)
+ (func $nontrivial-loop-plus-phi-to-head (; 12 ;) (type $v)
(local $0 i32)
(block $block$2$break
(call $check
@@ -886,7 +886,7 @@
)
)
)
- (func $switch (type $v)
+ (func $switch (; 13 ;) (type $v)
(local $0 i32)
(call $check
(i32.const 0)
@@ -930,7 +930,7 @@
(br $switch$1$leave)
)
)
- (func $duffs-device (type $v)
+ (func $duffs-device (; 14 ;) (type $v)
(local $0 i32)
(local $1 i32)
(local $2 i64)
@@ -1005,7 +1005,7 @@
)
)
)
- (func $return (type $i) (result i32)
+ (func $return (; 15 ;) (type $i) (result i32)
(local $0 i32)
(block $the-list
(call $check