mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 00:51:56 +00:00
b0f3876248
llvm-svn: 8711
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
|