1 ; RUN: llvm-link -S -o - %p/pr22807.ll %p/Inputs/pr22807-1.ll %p/Inputs/pr22807-2.ll | FileCheck %s
4 ; CHECK: %struct.B = type { %struct.A* }
5 ; CHECK-NEXT: %struct.A = type { %struct.B* }
8 %struct.B = type { %struct.A* }
9 %struct.A = type opaque
11 define i32 @baz(%struct.B* %BB) {