(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
c94-scope-1.c
       1  /* Test :: token not in C94.  */
       2  /* { dg-do preprocess } */
       3  /* { dg-options "-std=iso9899:199409 -pedantic-errors" } */
       4  
       5  #define CONCAT(x, y) x ## y
       6  
       7  CONCAT (:, :) /* { dg-error "does not give a valid preprocessing token" } */
       8  CONCAT (::, >)