aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/cpp/dir-only-3b.h
blob: 4edaa7b6ba5f9ab672501ba955e55da07dd62c1b (plain)
1
2
3
4
5
6
7
8
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