summaryrefslogtreecommitdiff
path: root/test/lit/node/fuzz_shell_second.wast.second
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/node/fuzz_shell_second.wast.second')
-rw-r--r--test/lit/node/fuzz_shell_second.wast.second8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lit/node/fuzz_shell_second.wast.second b/test/lit/node/fuzz_shell_second.wast.second
new file mode 100644
index 000000000..3c52a59c9
--- /dev/null
+++ b/test/lit/node/fuzz_shell_second.wast.second
@@ -0,0 +1,8 @@
+;; Second module for the test.
+
+(module
+ (func $second (export "second") (result i32)
+ (i32.const 1337)
+ )
+)
+