aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/pr21374.ll
blob: fcddeafc2e7291cf2b2c024fe445958a34e1cac9 (plain)
1
2
3
4
%foo = type { i8* }
define void @g(%foo* %x) {
  ret void
}