URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [include5.c] - Rev 689
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()