1 | // PR13529: Don't crash. |
---|---|
2 | // RUN: %clang_cpp -lfoo -M %s 2>&1 | FileCheck --check-prefix=CHECK-PR13529 %s |
3 | // CHECK-PR13529: warning: -lfoo: 'linker' input unused in cpp mode |
4 |
1 | // PR13529: Don't crash. |
---|---|
2 | // RUN: %clang_cpp -lfoo -M %s 2>&1 | FileCheck --check-prefix=CHECK-PR13529 %s |
3 | // CHECK-PR13529: warning: -lfoo: 'linker' input unused in cpp mode |
4 |