Add Digital Mars C++ detection to tests.

This commit is contained in:
David Reid
2018-04-30 18:17:03 +10:00
parent 9b5b777cab
commit 5041adcdf2
+3
View File
@@ -2391,6 +2391,9 @@ int main(int argc, char** argv)
#if defined(__TINYC__)
printf("Compiler: TCC\n");
#endif
#if defined(__DMC__)
printf("Compiler: Digital Mars C++\n");
#endif
// Print CPU features.
if (mal_has_sse2()) {