llvm-6502/test/Feature/weirdnames.ll
2003-09-25 17:44:32 +00:00

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