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