1 // REQUIRES: shell 2 // RUN: ln -sf %clang %T/clang-cpp 3 4 // PR13529: Don't crash. 5 // RUN: %T/clang-cpp -lfoo -M %s 2>&1 | FileCheck --check-prefix=CHECK-PR13529 %s 6 // CHECK-PR13529: warning: -lfoo: 'linker' input unused in cpp mode 7