summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2009-06-16-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2009-06-16-test.c')
-rw-r--r--test/CodeGen/2009-06-16-test.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/CodeGen/2009-06-16-test.c b/test/CodeGen/2009-06-16-test.c
new file mode 100644
index 0000000..4189d06
--- /dev/null
+++ b/test/CodeGen/2009-06-16-test.c
@@ -0,0 +1,15 @@
+
+#ifndef TEST
+#define TEST
+#define INSIDE_RECURSION
+#include "2009-06-16-test.c"
+#undef INSIDE_RECURSION
+#endif
+
+#ifndef INSIDE_RECURSION
+int i;
+#endif
+
+#ifdef INSIDE_RECURSION
+int j;
+#endif
OpenPOWER on IntegriCloud