diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lit/wat-kitchen-sink.wast | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/lit/wat-kitchen-sink.wast b/test/lit/wat-kitchen-sink.wast index 680468935..4e4c3639c 100644 --- a/test/lit/wat-kitchen-sink.wast +++ b/test/lit/wat-kitchen-sink.wast @@ -432,11 +432,15 @@ (export "exported-global" (global $g1)) (export "exported-tag" (tag 0)) + ;; start function + ;; CHECK: (export "exported-tag" (tag $imported)) + + ;; CHECK: (start $return-none) + (start $return-none) + ;; functions (func) - ;; CHECK: (export "exported-tag" (tag $imported)) - ;; CHECK: (func $2 (type $void) ;; CHECK-NEXT: (nop) ;; CHECK-NEXT: ) |