1
0

main.cpp 114 B

12345678910
  1. #include "test_compiler_detection.h"
  2. #define PREFIX TEST
  3. #include "compile_tests.h"
  4. int main()
  5. {
  6. return 0;
  7. }