1RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.o
2RUN: not wasm-ld --export "" %t.o -o %t.wasm 2>&1 | FileCheck --match-full-lines %s
3
4CHECK: wasm-ld: error: symbol exported via --export not found:
5