* gcc.dg/cpp/macro9.c: Update to make lucky passes harder.
authorNeil Booth <neil@gcc.gnu.org>
Sat, 15 Sep 2001 18:42:58 +0000 (18:42 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 15 Sep 2001 18:42:58 +0000 (18:42 +0000)
From-SVN: r45637

gcc/testsuite/gcc.dg/cpp/macro9.c

index f79d15c..ef9e369 100644 (file)
@@ -8,7 +8,7 @@
    immediately followed by a directive, then we process the directive
    properly.  */
 
-#define int()
-int
-#define main main () { return 0; }
-main
+#define main()
+int main
+#define mainbody () { return 0; }
+mainbody