diff --git a/test/Feature/wierdnames.ll b/test/Feature/wierdnames.ll new file mode 100644 index 00000000000..710905f6d0e --- /dev/null +++ b/test/Feature/wierdnames.ll @@ -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