// -*- C++ -*- //===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // Test that the C wrapper headers can be included when compiling them as C. // NOTE: It's not common or recommended to have libc++ in the header search // path when compiling C files, but it does happen often enough. // RUN: %cxx -c -xc %s -fsyntax-only %flags %compile_flags -std=c99 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include int main() {}