1; RUN: not opt -S -passes=verify < %s 2>&1 | FileCheck %s2 3define void @alloca() {4; CHECK: error: Cannot allocate unsized type5 %a = alloca { i32, <vscale x 1 x i32> }6 ret void7}8