repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do more to modernize MergeFunctions. Refactor in response to Chris' code review.
[llvm.git]
/
test
/
Assembler
/
2002-07-31-SlashInString.ll
blob
ff48258870dded5d141223bfb0b48859ebdef4d6
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