mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
New testcase for non-simple variable and type names
llvm-svn: 8048
This commit is contained in:
parent
e63f08044c
commit
327089b9da
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…
x
Reference in New Issue
Block a user