James Henderson | f23ce12 | 2019-08-12 11:36:11 +0000 | [diff] [blame^] | 1 | ## Show that llvm-strings prints the last string in the input even if no |
2 | ## unprintable character follows it. | ||||
3 | |||||
4 | RUN: echo -n abcdefg | llvm-strings - | FileCheck %s | ||||
5 | CHECK: abcdefg |