summaryrefslogtreecommitdiffstats
path: root/Tests/Module/WriteCompilerDetectionHeader/multi_files.cpp
blob: 1635091cb8631d44059db7e2baa5f5ee2ec05ecb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#include "multi_file_compiler_detection.h"

#define PREFIX MULTI
#include "compile_tests.h"

#ifdef MULTI_COMPILER_C_STATIC_ASSERT
#error Expect no C features defined
#endif

int main()
{
  return 0;
}