1 2 3 4 5 6 7 8
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s ; CHECK: invalid vector element type define void @bad() { %v = alloca <2 x target("spirv.Image")> ret void }