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