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

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

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