aboutsummaryrefslogtreecommitdiffstats
path: root/patch-test/25/def
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--patch-test/25/def51
1 files changed, 51 insertions, 0 deletions
diff --git a/patch-test/25/def b/patch-test/25/def
new file mode 100644
index 0000000..e918fee
--- /dev/null
+++ b/patch-test/25/def
@@ -0,0 +1,51 @@
+static int
+main(void) {
+#ifndef x
+ b
+#endif
+ a
+ a
+ a
+ a
+ a
+ a
+ a
+ a
+#ifndef x
+ b
+#endif
+ a
+ a
+ a
+ a
+ a
+ a
+ a
+#ifdef x
+ c
+#endif
+ a
+ a
+ a
+ a
+ a
+ a
+ a
+#ifndef x
+ b
+#endif
+ a
+ a
+ a
+ a
+ a
+ a
+ a
+ a
+ a
+ a
+ a
+#ifndef x
+ b
+#endif
+}