Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
trad
/
pr69869.c
blob: aa7aa83547b398d430e23b06fe351da2eb4a1d72 [
file
]
/* PR preprocessor/69869 */
/* { dg-do preprocess } */
/* { dg-options "-traditional-cpp" } */
#define
C
(
a
,
b
)
a
/**/
b
C
(
foo
/,**/)
C
(
foo
/,*)
/* { dg-error "-:unterminated comment" "" {target "*-*-*"} .-1 } */