mirror of
https://github.com/RPCS3/llvm.git
synced 2026-08-27 02:51:23 -04:00
a886e2f85a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326187 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
190 B
LLVM
7 lines
190 B
LLVM
; 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"
|
|
|