diff options
-rw-r--r-- | test/Feature/wierdnames.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Feature/wierdnames.ll b/test/Feature/wierdnames.ll new file mode 100644 index 0000000000..710905f6d0 --- /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 |