1# RUN: llc -filetype=obj %p/Inputs/ret32.ll -o %t.ret32.o
2# RUN: not wasm-ld -o %t.wasm %t.ret32.o %t.ret32.o 2>&1 | FileCheck %s
3
4# CHECK:      duplicate symbol: ret32
5# CHECK-NEXT: >>> defined in {{.*}}conflict.test.tmp.ret32.o
6# CHECK-NEXT: >>> defined in {{.*}}conflict.test.tmp.ret32.o
7