1 ; RUN: llvm-as < %s | llvm-dis | llvm-as 2 ; RUN: verify-uselistorder %s 3 4 ; Make sure that \\ works in a string initializer 5 @Slashtest = internal global [8 x i8] c"\5Cbegin{\00" 6 7