more stuff lying around here
authorMatthias Braun <matze@braunis.de>
Tue, 9 Dec 2008 08:32:50 +0000 (08:32 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 9 Dec 2008 08:32:50 +0000 (08:32 +0000)
[r24437]

preproctest/edgbug.c [new file with mode: 0644]
preproctest/ifdef2.c [new file with mode: 0644]
preproctest/t3.c [new file with mode: 0644]

diff --git a/preproctest/edgbug.c b/preproctest/edgbug.c
new file mode 100644 (file)
index 0000000..0fc6049
--- /dev/null
@@ -0,0 +1,3 @@
+#define foo(x) foo
+(foo/*
+*/)
diff --git a/preproctest/ifdef2.c b/preproctest/ifdef2.c
new file mode 100644 (file)
index 0000000..dac31c7
--- /dev/null
@@ -0,0 +1,9 @@
+bla
+
+#ifdef NOTDEFINED
+
+# #endif
+
+#endif
+
+blup
diff --git a/preproctest/t3.c b/preproctest/t3.c
new file mode 100644 (file)
index 0000000..4ece863
--- /dev/null
@@ -0,0 +1,13 @@
+#define fool(x) bar
+
+fool(5)
+fool   (5)
+fool
+
+
+
+(2)
+
+(fool)
+(fool/*
+*/)