1 ; RUN: llvm-link %s %S/Inputs/unique-fwd-decl-b.ll -S -o - | FileCheck %s 2 3 ; Test that the arguments of !a and !b get uniqued. 4 ; CHECK: !a = !{!0} 5 ; CHECK: !b = !{!0} 6 7 !a = !{!0} 8 !0 = !{!1} 9 !1 = !{} 10