1bc9a5746SPeter CollingbourneREQUIRES: system-windows 2bc9a5746SPeter Collingbourne 3*2c0bca49SKuba MracekRUN: rm -rf %t && mkdir -p %t && cd %t 4bc9a5746SPeter CollingbourneRUN: mkdir -p archive-thin-paths.dir 5bc9a5746SPeter CollingbourneRUN: echo foo > archive-thin-paths.dir/foo.o 6bc9a5746SPeter Collingbourne 7bc9a5746SPeter CollingbourneRUN: rm -f archive-thin-paths.a 8bc9a5746SPeter CollingbourneRUN: llvm-ar rcsT archive-thin-paths.a archive-thin-paths.dir\foo.o 9bc9a5746SPeter CollingbourneRUN: grep archive-thin-paths.dir/foo.o archive-thin-paths.a 10