aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/type-unique-name.ll
blob: 2553246251ffec3a13539e798753827bab6835ab (plain)
1
2
3
4
5
%t = type { i8 }

define %t* @f() {
  ret %t* null
}