blob: 56d77e128bde87009ac29d987248ffe9ca4aa0df [file] [log] [blame]
Evgeniy Stepanov15650772017-05-04 23:29:39 +00001; RUN: llvm-link %s -S | FileCheck %s
2
3; CHECK-DAG: @a = global i32 0
4; CHECK-DAG: @b = global i32 0, !associated !0
5
6; CHECK-DAG: !0 = !{i32* @b}
7
8@a = global i32 0
9@b = global i32 0, !associated !0
10
11!0 = !{i32* @b}