forked from OSchip/llvm-project
7 lines
230 B
C
7 lines
230 B
C
|
// REQUIRES: shell
|
||
|
// RUN: ln -sf %clang %T/clang-cpp
|
||
|
|
||
|
// PR13529: Don't crash.
|
||
|
// RUN: %T/clang-cpp -lfoo -M %s 2>&1 | FileCheck --check-prefix=CHECK-PR13529 %s
|
||
|
// CHECK-PR13529: warning: -lfoo: 'linker' input unused in cpp mode
|