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