summaryrefslogtreecommitdiff
path: root/test/interp/start-failure.txt
blob: db56066c635cb29614d73f9669e82dc97282475d (plain)
1
2
3
4
5
6
7
8
9
;;; TOOL: run-interp
;;; ERROR: 1
(module
  (func $start unreachable)
  (start $start)
)
(;; STDERR ;;;
error initializing module: unreachable executed
;;; STDERR ;;)