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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37259 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-05-19 07:22:24 +00:00
parent ed951ea4ec
commit 5f0d16dd62

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