| ## Show that llvm-strings can handle a negative signed char value (i.e. > 0x7f). | |
| ## Such characters should form string delimiters like other unprintable ones. | |
| # RUN: printf "z\0\200\0a\0" | llvm-strings --bytes 1 - | FileCheck %s | |
| # CHECK: z{{$}} | |
| # CHECK-NEXT: {{^}}a |