summaryrefslogtreecommitdiffstats
path: root/test/Driver/at_file_missing.c
blob: 23645a5d3f93a23e890d6a63542b5d98ece6bcdf (plain)
1
2
3
4
5
6
7
// Make sure that arguments that begin with @ are left as is in the argument
// stream, and also that @file arguments continue to be processed.

// RUN: echo "-D FOO" > %t.args
// RUN: %clang -rpath @executable_path/../lib @%t.args %s -### 2>&1 | FileCheck %s
// CHECK: "-D" "FOO"
// CHECK: "-rpath" "@executable_path/../lib"