1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
4 /* { dg-options "" } */
6 /* Apparently older preprocessors used to fail this test. */
10 extern void abort (void);
12 #define S(str, args...) " " str "\n", ##args
17 const char *s
= S("foo");
19 if (strchr (s
, '\n') == NULL
)