New testcase for non-simple variable and type names
authorChris Lattner <sabre@nondot.org>
Fri, 22 Aug 2003 05:40:04 +0000 (05:40 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 22 Aug 2003 05:40:04 +0000 (05:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8048 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/wierdnames.ll [new file with mode: 0644]

diff --git a/test/Feature/wierdnames.ll b/test/Feature/wierdnames.ll
new file mode 100644 (file)
index 0000000..710905f
--- /dev/null
@@ -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