allwinner_a64/android/external/clang/test/Driver/clang-c-as-cxx.c
2018-08-08 16:14:42 +08:00

6 lines
189 B
C

// RUN: %clangxx -### %s 2>&1 | FileCheck %s
//
// PR5803
//
// CHECK: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
// CHECK: "-cc1" {{.*}} "-x" "c++"