OSDN Git Service

gcc/testsuite/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / trad / include.c
1 /* Copyright (c) 2002 Free Software Foundation Inc.  */
2
3 /* Test that macros are not expanded in the <> quotes of #inlcude.  */
4
5 /* vxWorksCommon.h uses the "#" operator to construct the name of an
6    include file, thus making the file incompatible with -traditional-cpp.  */
7 /* { dg-do preprocess { target { ! vxworks_kernel } } } */
8
9 #define __STDC__ 1              /* Stop complaints about non-ISO compilers.  */
10 #define stdlib 1
11 #include <stdlib.h>             /* { dg-bogus "o such file or directory" } */