blob: 8337ba70d635674db13aeabcc99ea67eb12e8ed4 [file] [log] [blame]
/* Test :: token in C2x. */
/* { dg-do preprocess } */
/* { dg-options "-std=c2x -pedantic-errors" } */
#define CONCAT(x, y) x ## y
CONCAT (:, :)
CONCAT (::, >) /* { dg-error "does not give a valid preprocessing token" } */