1 ; RUN: llvm-link -S %s %p/Inputs/type-unique-opaque.ll | FileCheck %s
3 ; Test that a failed attempt at merging %u2 and %t2 (for the other file) will
4 ; not cause %u and %t to get merged.
6 ; CHECK: %u = type opaque
7 ; CHECK: define %u* @g() {
10 %u2 = type { %u*, i8 }