Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gcc.dg/cpp/gnu99-scope-1.c @ 158:494b0b89df80 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 18:13:55 +0900 |
parents | 1830386684a0 |
children |
line wrap: on
line source
/* Test :: token in gnu99. */ /* { dg-do preprocess } */ /* { dg-options "-std=gnu99 -pedantic-errors" } */ #define CONCAT(x, y) x ## y CONCAT (:, :) CONCAT (::, >) /* { dg-error "does not give a valid preprocessing token" } */