1 /* Testcase for memory corruption bug in macro processing. 2 See PR preprocessor/19077 for details. */ 3 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; 11