brintos

brintos / llvm-project-archived public Read only

0
0
Text · 268 B · 5154886 Raw
7 lines · plain
1## Show that llvm-strings can handle a negative signed char value (i.e. > 0x7f).2## Such characters should form string delimiters like other unprintable ones.3 4# RUN: printf "z\0\200\0a\0" | llvm-strings --bytes 1 - | FileCheck %s5# CHECK: z{{$}}6# CHECK-NEXT: {{^}}a7