5 lines
123 B
Text
5 lines
123 B
Text
|
## Show that short options can be grouped.
|
||
|
|
||
|
RUN: echo abcd | llvm-strings -af | FileCheck %s
|
||
|
CHECK: {standard input}: abcd
|