summaryrefslogtreecommitdiffstats
path: root/Tests/Module/WriteCompilerDetectionHeader/main.cpp
blob: 82b2191636d80054db793d220408342eee948c0c (plain)
1
2
3
4
5
6
7
8
9
10

#include "test_compiler_detection.h"

#define PREFIX TEST
#include "compile_tests.h"

int main()
{
  return 0;
}