blob: e878286b190480afab6731b077d9100afc9e0f48 [file] [log] [blame]
/* 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 (::, >)