1#include <${CHECK_INCLUDE_FILE_VAR}>
2
3#ifdef __CLASSIC_C__
4int main()
5{
6  return 0;
7}
8#else
9int main(void)
10{
11  return 0;
12}
13#endif
14