* gcc.dg/cpp/macro9.c: Update to make lucky passes harder.

From-SVN: r45637
This commit is contained in:
Neil Booth 2001-09-15 18:42:58 +00:00
parent 3617ff1e5d
commit 48bbe8e612

View 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