[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-ar / double-hyphen.test
blobedea626ce7f538b572844e8f99134ad6a66c8803
1 ## Test the use of "--" on the commandline
3 # RUN: echo contents > %t.txt
5 # RUN: rm -f %t.ar
6 # RUN: llvm-ar rc -- %t.ar %t.txt 2>&1 | count 0
8 # RUN: llvm-ar p %t.ar | FileCheck %s
9 # CHECK: contents