xref: /llvm-project/llvm/test/MC/AArch64/directive-variant_pcs-err.s (revision 54c79fa53c17a93d3d784738cae52d847102d279)
1// RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s
2
3// CHECK:      [[#@LINE+1]]:13: error: expected symbol name
4.variant_pcs
5
6.global foo
7// CHECK:      [[#@LINE+1]]:18: error: expected newline
8.variant_pcs foo bar
9