New testcase for non-simple variable and type names

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8048 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-22 05:40:04 +00:00
parent 7d4d892e14
commit bcaf286f55

View File

@ -0,0 +1,5 @@
; Test using double quotes to form names that are not legal in the % form
"&^ " = type { int }
"%.*+ foo" = global "&^ " { int 5 }
"0" = global float 0.0 ; This CANNOT be %0