brintos

brintos / llvm-project-archived public Read only

0
0
Text · 154 B · 0f325fa Raw
7 lines · plain
1## Show that -- stops option scanning.2 3RUN: rm -rf %t && mkdir %t && cd %t4RUN: echo abcd > -a5RUN: llvm-strings -f -- -a | FileCheck %s6CHECK: -a: abcd7