summaryrefslogtreecommitdiff
path: root/test/lit/node/fuzz_shell_second.wast.second
blob: 3c52a59c9cfd2b600b73a22cf747b83ba50be12c (plain)
1
2
3
4
5
6
7
8
;; Second module for the test.

(module
  (func $second (export "second") (result i32)
    (i32.const 1337)
  )
)