;;; TOOL: run-roundtrip
;;; ARGS: --stdout --fold-exprs
(module
  (func (result i32)
    i32.const 1
    i32.const 2
    nop
    i32.add))
(;; STDOUT ;;;
(module
  (type (;0;) (func (result i32)))
  (func (;0;) (type 0) (result i32)
    (i32.const 1)
    (i32.const 2)
    (nop)
    (i32.add)))
;;; STDOUT ;;)
