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

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

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