aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/ARM/gnu-type-hash-diagnostics.s
blob: eb364755c4d75d64ef6d2b833516bc13e2791c10 (plain)
1
2
3
4
5
6
7
8
9
@ 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 in directive
// CHECK: .type TYPE #32
// CHECK:             ^