Imported Upstream version 2.8.10.2
[platform/upstream/cmake.git] / Modules / CheckIncludeFile.c.in
1 #include <${CHECK_INCLUDE_FILE_VAR}>
2
3 #ifdef __CLASSIC_C__
4 int main()
5 {
6   return 0;
7 }
8 #else
9 int main(void)
10 {
11   return 0;
12 }
13 #endif