Mercurial > hg > CbC > CbC_gcc
view gcc/testsuite/gcc.dg/cpp/cmdlne-dM.c @ 145:1830386684a0
gcc-9.2.0
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 11:34:05 +0900 |
parents | 04ced10e8804 |
children |
line wrap: on
line source
/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options -dM } */ /* Test -dM does not fail. */ #define objlike obj like #define funlike(like) fun like #define funlike2(fun, like) fun ## like #define varargs(x, ...) x #x #__VA_ARGS__ __VA_ARGS__ #define gnu_varargs(x, y...) #y x ## y y