xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/clang-c-as-cxx.c (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
1 // RUN: %clangxx -### %s 2>&1 | FileCheck %s
2 //
3 // PR5803
4 //
5 // CHECK: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
6 // CHECK: "-cc1" {{.*}} "-x" "c++"
7