xref: /llvm-project/llvm/test/Linker/Inputs/fixed-vector-type-construction.ll (revision f2e868c566107eb2f54e3e6033199297ba11e2d9)
1%t = type {i32, float}
2define void @foo(<4 x ptr> %x) {
3  ret void
4}
5