llvm/llvm/test/Linker/Inputs/pr21374.ll

%foo = type { ptr }
define void @g(%foo %x) {
  ret void
}