blob: a83055da1c17dbc7d3a7f0618fa4a9271ad5aa65 [file] [edit]
;; RUN: not wasm-split %s --instrument --profile-export=foo 2>&1 \
;; RUN: | filecheck %s
;; CHECK: error: Export foo already exists.
(module
(memory $m 0 0)
(export "foo" (memory $m))
)