1 /* Copyright (C) 2002 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
5 /* Source: Neil Booth, 26 Feb 2002.
7 Test that we allow directives in macro arguments. */
10 /* { dg-options "" } */
13 extern void abort (void);
25 /* Outer f expands to original definition, f in argument expands
26 to new definition, so result is: if (1 != 2 - 1). */