xref: /llvm-project/llvm/test/Verifier/x86_amx4.ll (revision bcdaccfe3466dcce889596599de4a6188726a84e)
1; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3@GV = external global x86_amx
4; CHECK: invalid type for global variable
5