No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / cpp / trad / include.c
blob9ca184b5d82858c1c132c0072169a3635671ee6c
1 /* Copyright (c) 2002 Free Software Foundation Inc. */
3 /* Test that macros are not expanded in the <> quotes of #inlcude. */
5 /* { dg-do preprocess } */
7 #define __STDC__ 1 /* Stop complaints about non-ISO compilers. */
8 #define stdio 1
9 #include <stdio.h> /* { dg-bogus "o such file or directory" } */