mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
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
|