In LLVM FMA3 operands are dst, src1, src2, src3, however dst is not encoded as it...
[oota-llvm.git] / test / Assembler / 2002-07-31-SlashInString.ll
1 ; RUN: llvm-as < %s | llvm-dis | llvm-as 
2
3 ; Make sure that \\ works in a string initializer
4 @Slashtest = internal global [8 x i8] c"\5Cbegin{\00"
5