aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/type-unique-unrelated2.ll
blob: b7c2cec18a36f908ef38fe64f0f8104ac397ef50 (plain)
1
2
3
4
5
6
7
%t = type { i8* }
declare %t @g()

define %t @g2() {
 %x = call %t @g()
 ret %t %x
}