diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/dir-only-3a.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/dir-only-3a.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/dir-only-3a.h b/gcc/testsuite/gcc.dg/cpp/dir-only-3a.h new file mode 100644 index 000000000..6644bbfb0 --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/dir-only-3a.h @@ -0,0 +1,8 @@ +/* Copyright 2007 Free Software Foundation, Inc. + Contributed by Ollie Wild <aaw@google.com>. */ + +extern int outside_guard + +#ifndef DIR_ONLY_3A_H +#define DIR_ONLY_3A_H +#endif |