Richard Smith | 04c3a25 | 2012-08-06 04:09:06 +0000 | [diff] [blame] | 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 |