diff options
-rw-r--r-- | test/Feature/weirdnames.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/weirdnames.ll b/test/Feature/weirdnames.ll index 5404648..bf143c3 100644 --- a/test/Feature/weirdnames.ll +++ b/test/Feature/weirdnames.ll @@ -7,3 +7,4 @@ "&^ " = type { int } "%.*+ foo" = global "&^ " { int 5 } "0" = global float 0.0 ; This CANNOT be %0 +"\03foo" = global float 0.1 ; Make sure funny char gets round trip |