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

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

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