Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Assembler / alloca-invalid-type-2.ll
blob7b1cc6255427f33d967b58a70b1d241311b54ce6
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: invalid type for alloca
5 define void @test() {
6 entry:
7   alloca i32 (i32)
8   ret void