[InstCombine] Signed saturation patterns
[llvm-core.git] / test / Linker / redefinition.ll
blob37aed3a7dbb2342d10e78e92f0965b70da1f2561
1 ; Test linking two functions with different prototypes and two globals
2 ; in different modules.
3 ; RUN: not llvm-link %s %s -o %t.bc 2>&1 | FileCheck %s
4 ; RUN: not llvm-link %s %S/Inputs/redefinition.ll -o %t.bc 2>&1 | FileCheck %s
5 ; CHECK: error: Linking globals named 'foo': symbol multiply defined!
6 define void @foo() { ret void }