Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / MC / AsmParser / directive_incbin.s
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"