* 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 f79d15c575d998a8cc1b62236817b07566d1d95f..ef9e3697ef560a96d6b14613885243c0e0af3dcc 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