URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [cmdlne-dM.c] - Rev 689
Compare with Previous | Blame | View Log
/* 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