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