1## Show that short options can be grouped. 2 3RUN: echo abcd | llvm-strings -af | FileCheck %s 4CHECK: {standard input}: abcd 5