llvm/llvm/test/MC/ELF/ARM/gnu-type-hash-diagnostics.s

@ RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s

	.syntax unified

	.type TYPE #32
// CHECK: error: expected symbol type
// CHECK: .type TYPE #32
// CHECK:             ^

  // For ARM, the comment character is '@', so we don't list '@<type>' as a
  // valid option.
  .section "foo", "a", @progbits
// CHECK: error: expected '%<type>' or "<type>"