aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/pr97989-2.c
blob: 77a295ab15a380033ea2eeac7755625ee51677e9 (plain)
1
2
3
4
5
6
7
8
/* PR debug/97989 */
/* { dg-do preprocess } */
/* { dg-options "-g2 -g3 -P" } */

#define foo bar
int i;

/* { dg-final { scan-file pr97989-2.i "(^|\\n)#define foo bar($|\\n)" } } */