Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
gnu17-scope-1.c
blob: 0c5f20dbe310c5331ff939f00cbe7b2fc80e8bed [
file
] [
log
] [
blame
]
/* Test :: token in gnu17. */
/* { dg-do preprocess } */
/* { dg-options "-std=gnu17 -pedantic-errors" } */
#define
CONCAT
(
x
,
y
)
x
## y
CONCAT
(:,
:)
CONCAT
(::,
>)
/* { dg-error "does not give a valid preprocessing token" } */