Home | History | Annotate | Download | only in ARM
      1 @ RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
      2 
      3 	.syntax unified
      4 
      5 	.type TYPE #32
      6 // CHECK: error: expected symbol type in directive
      7 // CHECK: .type TYPE #32
      8 // CHECK:             ^
      9 
     10