mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
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:
parent
7d4d892e14
commit
bcaf286f55
5
test/Feature/wierdnames.ll
Normal file
5
test/Feature/wierdnames.ll
Normal 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
|
Loading…
Reference in New Issue
Block a user