1; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3define void @f(x86_amx %A, x86_amx %B) {
4entry:
5  alloca x86_amx
6; CHECK: invalid type for alloca
7  ret void
8}
9