Commit 3617ff1e by Neil Booth Committed by Neil Booth

* gcc.dg/cpp/macro9.c: New test.

From-SVN: r45636
parent 0ea009fc
2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/macro9.c: New test.
2001-09-15 Aldy Hernandez <aldyh@redhat.com>
* gcc.c-torture/execute/980223.c: Change type of addr from long
......
/* Copyright (C) 2001 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* Source: Neil Booth, 15 Sep 2001.
A silly test to check that if a function-like macro name is
immediately followed by a directive, then we process the directive
properly. */
#define int()
int
#define main main () { return 0; }
main
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