aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/gnu11-scope-1.c
blob: 2dea3911eba15a4fc0959bcb1d77a23365dd3425 (plain)
1
2
3
4
5
6
7
8
/* Test :: token in gnu11.  */
/* { dg-do preprocess } */
/* { dg-options "-std=gnu11 -pedantic-errors" } */

#define CONCAT(x, y) x ## y

CONCAT (:, :)
CONCAT (::, >) /* { dg-error "does not give a valid preprocessing token" } */