llvm/llvm/test/Linker/Inputs/fixed-vector-type-construction.ll

%t = type {i32, float}
define void @foo(<4 x ptr> %x) {
  ret void
}