OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [include5.c] - Blame information for rev 298

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Test #include directives with macros expanding to empty.  */
2
 
3
#define EMPTY_OBJ
4
#define EMPTY_FUNC()
5
 
6
#include <stddef.h> EMPTY_OBJ
7
#include <stddef.h> EMPTY_FUNC()
8
#include "stddef.h" EMPTY_OBJ
9
#include "stddef.h" EMPTY_FUNC()

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.