URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [20000628-1.h] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test if #line commands are generated properly even when header includes self. */ #include "20000628-1a.h" #ifndef t20000628_1_h #define t20000628_1_h 1 #include "20000628-1.h" #include "20000628-1a.h" #endif
Go to most recent revision | Compare with Previous | Blame | View Log