mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
327089b9da
llvm-svn: 8048
6 lines
191 B
LLVM
6 lines
191 B
LLVM
; 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
|