From bcaf286f555d00a11a35bca5d7dee7704427a32c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 22 Aug 2003 05:40:04 +0000 Subject: [PATCH] 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 --- test/Feature/wierdnames.ll | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Feature/wierdnames.ll diff --git a/test/Feature/wierdnames.ll b/test/Feature/wierdnames.ll new file mode 100644 index 00000000000..710905f6d0e --- /dev/null +++ b/test/Feature/wierdnames.ll @@ -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