summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeTestGNU.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/CMakeTestGNU.c')
-rw-r--r--Modules/CMakeTestGNU.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMakeTestGNU.c b/Modules/CMakeTestGNU.c
new file mode 100644
index 0000000..1cd5624
--- /dev/null
+++ b/Modules/CMakeTestGNU.c
@@ -0,0 +1,3 @@
+#ifdef __GNUC__
+THIS_IS_GNU
+#endif