repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-strings
/
negative-char.test
blob
8c60685bf70c114406cc8bb3085bf387aaf48b23
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: echo -e "z\0\x80\0a\0" | llvm-strings --bytes 1 - | FileCheck %s
5
# CHECK: z{{$}}
6
# CHECK-NEXT: {{^}}a