blob: da9668e6779b6fef72609ce4174d59a2bbae688c [file] [log] [blame]
#include <${CHECK_INCLUDE_FILE_VAR}>
#ifdef __CLASSIC_C__
int main()
{
return 0;
}
#else
int main(void)
{
return 0;
}
#endif