1 ## Check that response files can cope with non-ascii characters.
3 # RUN: echo 'contents' > %t-£.txt
6 # RUN: echo 'r %t-£.a %t-£.txt' > %t-replace.txt
7 # RUN: llvm-ar @%t-replace.txt
9 # RUN: echo 'p %t-£.a %t-£.txt' > %t-print.txt
10 # RUN: llvm-ar @%t-print.txt | FileCheck %s