Commit 48bbe8e6 by Neil Booth

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

From-SVN: r45637
parent 3617ff1e
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment