Mercurial > hg > CbC > CbC_gcc
annotate gcc/testsuite/gcc.dg/cpp/cmdlne-dM.c @ 158:494b0b89df80 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 18:13:55 +0900 |
parents | 04ced10e8804 |
children |
rev | line source |
---|---|
111 | 1 /* Copyright (C) 2000 Free Software Foundation, Inc. */ |
2 | |
3 /* { dg-do preprocess } */ | |
4 /* { dg-options -dM } */ | |
5 | |
6 /* Test -dM does not fail. */ | |
7 | |
8 #define objlike obj like | |
9 #define funlike(like) fun like | |
10 #define funlike2(fun, like) fun ## like | |
11 #define varargs(x, ...) x #x #__VA_ARGS__ __VA_ARGS__ | |
12 #define gnu_varargs(x, y...) #y x ## y y |