[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Linker / scalable-vector-type-construction.ll
blob6810652054b2e90d27b460d1323e878477c81e52
1 ; RUN: llvm-link %p/Inputs/fixed-vector-type-construction.ll %s -S -o - | FileCheck %s
2 %t = type {i32, float}
3 ; CHECK: define void @foo(<4 x
4 ; CHECK: define void @bar(<vscale x 4 x
5 define void @bar(<vscale x 4 x %t*> %x) {
6   ret void