URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [include1.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* Tests that "#include MACRO" works. */ /* Source: Neil Booth, 29 Oct 2000. */ #define MACRO "mi1c.h" #include MACRO #ifndef CPP_MIC_H #error #include MACRO does not work #endif
Go to most recent revision | Compare with Previous | Blame | View Log