diff test/macro.c @ 591:0497fa2e2414

*** empty log message ***
author kono
date Thu, 19 Jan 2006 19:38:41 +0900
parents 492f06738550
children e4e007f4026d
line wrap: on
line diff
--- a/test/macro.c	Thu Jan 19 17:55:10 2006 +0900
+++ b/test/macro.c	Thu Jan 19 19:38:41 2006 +0900
@@ -74,6 +74,17 @@
     return 0;
 }
 
+int tmp()
+#if 0
+{
+  return 1;
+}
+#else
+{
+  return 0;
+}
+#endif
+
 #if 0
 #endif /*  whoeh
      wohefwiehfoi */