summaryrefslogtreecommitdiffstats
path: root/test/Driver/ccc-as-cpp.c
blob: feead5191db15a1f31a316b137133fcae44a6d5d (plain)
1
2
3
4
5
6
// 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
OpenPOWER on IntegriCloud