Home | History | Annotate | Download | only in AsmParser
      1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
      2 
      3 .data
      4 .incbin "incbin\137abcd"  # "\137" is underscore "_"
      5 
      6 # CHECK: .ascii	 "abcd\n"
      7