forked from OSchip/llvm-project
5 lines
156 B
LLVM
5 lines
156 B
LLVM
|
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
|
||
|
|
||
|
@GV = dso_local global [10 x x86_amx] zeroinitializer, align 16
|
||
|
; CHECK: invalid array element type
|