brintos

brintos / llvm-project-archived public Read only

0
0
Text · 154 B · db4581d Raw
7 lines · plain
1## Show that llvm-strings can handle grouped short options.2 3RUN: echo abcd > %t4RUN: llvm-strings -af %t | FileCheck %s -DFILE=%t5 6CHECK: [[FILE]]: abcd7