[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Verifier / scalable-vector-struct-alloca.ll
blobebd16965b85cae73cd14c5bf8500ac356efbc04b
1 ; RUN: not opt -S -verify < %s 2>&1 | FileCheck %s
3 define void @alloca() {
4 ; CHECK: error: Cannot allocate unsized type
5   %a = alloca { i32, <vscale x 1 x i32> }
6   ret void