URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [include5.c] - Rev 424
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test #include directives with macros expanding to empty. */ #define EMPTY_OBJ #define EMPTY_FUNC() #include <stddef.h> EMPTY_OBJ #include <stddef.h> EMPTY_FUNC() #include "stddef.h" EMPTY_OBJ #include "stddef.h" EMPTY_FUNC()
Go to most recent revision | Compare with Previous | Blame | View Log