summaryrefslogtreecommitdiff
path: root/Modules/CMakeTestGNU.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/CMakeTestGNU.c')
-rw-r--r--Modules/CMakeTestGNU.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/Modules/CMakeTestGNU.c b/Modules/CMakeTestGNU.c
new file mode 100644
index 000000000..933e5a212
--- /dev/null
+++ b/Modules/CMakeTestGNU.c
@@ -0,0 +1,9 @@
+#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
+void THIS_IS_GNU();
+#endif
+#ifdef __MINGW32__
+void THIS_IS_MINGW();
+#endif
+#ifdef __CYGWIN__
+void THIS_IS_CYGWIN();
+#endif