URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pch/] [macro-3.c] - Rev 823
Go to most recent revision | Compare with Previous | Blame | View Log
#define DEFINED_FUNC_2(x) (3 + (x)) #include "macro-3.h" int main(void) { return DEFINED_FUNC (1) - DEFINED_FUNC_2 (-1); }
Go to most recent revision | Compare with Previous | Blame | View Log