2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / cmdlne-dD.c
blob59d5211954031d42dfc603e5334d6b16e4f97fc1
1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
4 /* { dg-options -dD } */
6 /* Test -dD does not fail. */
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__
12 #define gnu_varargs(x, y...) x ## y