* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / subframework1.c
blob1199e92221d2517271df5c64bac39a57337f3c34
1 /* Copyright (C) 2004 Free Software Foundation, Inc. */
3 /* { dg-do preprocess { target *-*-darwin* } } */
4 /* { dg-options "-F$srcdir/gcc.dg/cpp/frame" } */
6 /* Contributed by Robert Bowdidge <bowdidge@apple.com> */
7 /* include a file from a subframework that will import two files that
8 both look at the same file. Make sure we only include that file once;
9 if so, the program will compile fine. If not, we'll get redefinition
10 errors */
12 #include <one/one-includeSubs.h>
13 #ifndef ONESUB_C_INCLUDED
14 #error C.h not included
15 #endif