2013-10-21 18:59:40 +04:00
|
|
|
|
|
|
|
#include "test_compiler_detection.h"
|
|
|
|
|
2014-10-31 02:41:53 +03:00
|
|
|
#define PREFIX TEST
|
|
|
|
#include "compile_tests.h"
|
2014-06-05 15:16:56 +04:00
|
|
|
|
2015-01-19 21:52:22 +03:00
|
|
|
#ifdef TEST_COMPILER_C_STATIC_ASSERT
|
|
|
|
#error Expect no C features defined
|
|
|
|
#endif
|
|
|
|
|
2013-10-21 18:59:40 +04:00
|
|
|
int main()
|
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|