summaryrefslogtreecommitdiff
path: root/test/typecheck/nocheck.txt
blob: e96e34fdb9a4b809a3c158696c9cf1bcc97d30e7 (plain)
1
2
3
4
5
;;; TOOL: wat2wasm
;;; ARGS: --no-check
(module
  (func (result i32)
    nop))  ;;; this is a typecheck error, but succeeds because of --no-check