diff options
Diffstat (limited to 'Tests/Module/WriteCompilerDetectionHeader/main.cpp')
| -rw-r--r-- | Tests/Module/WriteCompilerDetectionHeader/main.cpp | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/Tests/Module/WriteCompilerDetectionHeader/main.cpp b/Tests/Module/WriteCompilerDetectionHeader/main.cpp new file mode 100644 index 0000000..192094c --- /dev/null +++ b/Tests/Module/WriteCompilerDetectionHeader/main.cpp @@ -0,0 +1,14 @@ + +#include "test_compiler_detection.h" + +#define PREFIX TEST +#include "compile_tests.h" + +#ifdef TEST_COMPILER_C_STATIC_ASSERT +#error Expect no C features defined +#endif + +int main() +{ +  return 0; +} | 
