This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / 20050215-1.c
blobe5aaf220e3e7b5b7d8e893b924fce7f4fa127b3c
1 /* Testcase for memory corruption bug in macro processing.
2 See PR preprocessor/19077 for details. */
4 /* { dg-do compile } */
5 /* { dg-options "-g3" } */
6 #define FOO(a,b,c,d,e) a b c d e \
7 " " \
8 " " \
9 " "
10 int i;