[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git] / llvm / test / tools / llvm-strings / negative-char.test
blob8c60685bf70c114406cc8bb3085bf387aaf48b23
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.
4 # RUN: echo -e "z\0\x80\0a\0" | llvm-strings --bytes 1 - | FileCheck %s
5 # CHECK: z{{$}}
6 # CHECK-NEXT: {{^}}a