* gcc.dg/cpp/macro9.c: Update to make lucky passes harder.
From-SVN: r45637
This commit is contained in:
parent
3617ff1e5d
commit
48bbe8e612
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue