blob: 725bf3fbef12f3fdae199c225afb7dafeb6b560a (
plain)
1
2
3
4
5
6
|
; RUN: llvm-as < %s | llvm-dis | llvm-as -o /dev/null
; RUN: verify-uselistorder %s
; Make sure that \\ works in a string initializer
@Slashtest = internal global [8 x i8] c"\5Cbegin{\00"
|