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