[clang][NFC] Generalize getSpecificAttr for const attributes (#116606)
[llvm-project.git] / llvm / test / Verifier / scalable-vector-struct-alloca.ll
blobe1067c8f112838f425f81987013d4f719643c40d
1 ; RUN: not opt -S -passes=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