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

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

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