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/] [pch/] [import-2.c] - Rev 404
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-I. -I $srcdir/gcc.dg/pch/include -Wno-deprecated" } */ #include "import-2.h" #import "import-2b.h" int main(int argc, char **argv) { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log