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