xref: /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/exclfwd2.c (revision 11efff7f3ac2b3cfeff0c0cddc14294d9b3aca4f)
1*11efff7fSkettenis /* This testcase is part of GDB, the GNU debugger.
2*11efff7fSkettenis 
3*11efff7fSkettenis    Copyright 2004 Free Software Foundation, Inc.
4*11efff7fSkettenis 
5*11efff7fSkettenis    This program is free software; you can redistribute it and/or modify
6*11efff7fSkettenis    it under the terms of the GNU General Public License as published by
7*11efff7fSkettenis    the Free Software Foundation; either version 2 of the License, or
8*11efff7fSkettenis    (at your option) any later version.
9*11efff7fSkettenis 
10*11efff7fSkettenis    This program is distributed in the hope that it will be useful,
11*11efff7fSkettenis    but WITHOUT ANY WARRANTY; without even the implied warranty of
12*11efff7fSkettenis    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13*11efff7fSkettenis    GNU General Public License for more details.
14*11efff7fSkettenis 
15*11efff7fSkettenis    You should have received a copy of the GNU General Public License
16*11efff7fSkettenis    along with this program; if not, write to the Free Software
17*11efff7fSkettenis    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18*11efff7fSkettenis 
19*11efff7fSkettenis    Please email any bugs, comments, and/or additions to this file to:
20*11efff7fSkettenis    bug-gdb@gnu.org  */
21*11efff7fSkettenis 
22*11efff7fSkettenis #include "exclfwd.h"
23*11efff7fSkettenis 
24*11efff7fSkettenis struct a
25*11efff7fSkettenis {
26*11efff7fSkettenis   const char *c;
27*11efff7fSkettenis };
28*11efff7fSkettenis 
29*11efff7fSkettenis a_t v2;
30*11efff7fSkettenis const char *v3;
31