Home | History | Annotate | Download | only in AsmParser
      1 // RUN: not llvm-mc -n -triple i386-unknown-unknown %s 2> %t
      2 // RUN: FileCheck < %t %s
      3 
      4 .globl a
      5 // CHECK: error: expected section directive before assembly directive
      6 .long 0
      7 
      8