Make sure we can round-trip an escaped value in a name.

llvm-svn: 37259
This commit is contained in:
Reid Spencer 2007-05-19 07:22:24 +00:00
parent b95962309d
commit 2188a8e48f

View File

@ -7,3 +7,4 @@
"&^ " = type { int }
"%.*+ foo" = global "&^ " { int 5 }
"0" = global float 0.0 ; This CANNOT be %0
"\03foo" = global float 0.1 ; Make sure funny char gets round trip