aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/gnu17-scope-1.c
blob: 0c5f20dbe310c5331ff939f00cbe7b2fc80e8bed (plain)
1
2
3
4
5
6
7
8
/* 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" } */