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