[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / at_file_missing.c
blob23645a5d3f93a23e890d6a63542b5d98ece6bcdf
1 // Make sure that arguments that begin with @ are left as is in the argument
2 // stream, and also that @file arguments continue to be processed.
4 // RUN: echo "-D FOO" > %t.args
5 // RUN: %clang -rpath @executable_path/../lib @%t.args %s -### 2>&1 | FileCheck %s
6 // CHECK: "-D" "FOO"
7 // CHECK: "-rpath" "@executable_path/../lib"