URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [trad/] [include.c] - Rev 867
Go to most recent revision | Compare with Previous | Blame | View Log
/* Copyright (c) 2002 Free Software Foundation Inc. */ /* Test that macros are not expanded in the <> quotes of #inlcude. */ /* { dg-do preprocess } */ #define __STDC__ 1 /* Stop complaints about non-ISO compilers. */ #define stdio 1 #include <stdio.h> /* { dg-bogus "o such file or directory" } */
Go to most recent revision | Compare with Previous | Blame | View Log