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 13