19ca8df1eSJustin Bogner // Make sure that arguments that begin with @ are left as is in the argument 29ca8df1eSJustin Bogner // stream, and also that @file arguments continue to be processed. 39ca8df1eSJustin Bogner 4*197e5cfeSNico Weber // RUN: echo "-D FOO" > %t.args 5*197e5cfeSNico Weber // RUN: %clang -rpath @executable_path/../lib @%t.args %s -### 2>&1 | FileCheck %s 69ca8df1eSJustin Bogner // CHECK: "-D" "FOO" 79ca8df1eSJustin Bogner // CHECK: "-rpath" "@executable_path/../lib" 8