[llvm-c-test] Make include-all.c do what its name says it does
authorAnders Waldenborg <anders@0x63.nu>
Mon, 6 May 2019 11:31:45 +0000 (11:31 +0000)
committerAnders Waldenborg <anders@0x63.nu>
Mon, 6 May 2019 11:31:45 +0000 (11:31 +0000)
commit09b91a2696b574b5a2c0e212589196ec1ed0c17b
treead600afcc2944266a996c3e21288adafadb30bf2
parent62468003ef97cdf4ea47b8646fe76bc33dfc073a
[llvm-c-test] Make include-all.c do what its name says it does

The purpose of this file is to make sure that all includes in llvm-c
works when included from a C source file (i.e no C++isms sneaked in).
To do this it must actually include all the include files.

Reviewed By: whitequark
Differential Revision: https://reviews.llvm.org/D61567

llvm-svn: 360033
llvm/tools/llvm-c-test/include-all.c