Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
c-c++-common
/
cpp
/
pr58844-1.c
blob: 2a2e277b0fcbc6a672ea813d3923a1bb4dd83409 [
file
] [
log
] [
blame
]
/* PR preprocessor/58844 */
/* { dg-do compile } */
/* { dg-options "-ftrack-macro-expansion=0" } */
#define
A x
######x
int
A
=
1
;
#define
A x
######x /* { dg-message "-:previous definition" } */
#define
A x
##x /* { dg-warning "-:redefined" } */