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