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-4.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
#define DEFN aa + bb #include "macro-4.h" int foo(int aa, int bb) { return DEFN; }
Go to most recent revision | Compare with Previous | Blame | View Log