1 ; RUN: opt -passes=constmerge -S < %s | FileCheck %s
4 declare i32 @zed(ptr, ptr)
6 %struct.foobar = type { i32 }
8 @bar.d = unnamed_addr constant %struct.foobar zeroinitializer, align 4
10 @foo.d = internal constant %struct.foobar zeroinitializer, align 4
11 define i32 @main() nounwind ssp {
14 %call2 = tail call i32 @zed(ptr @foo.d, ptr @bar.d)