ovsrch2.cc revision 1.5
1234285Sdim/* This testcase is part of GDB, the GNU debugger.
2234285Sdim
3234285Sdim   Copyright 2011-2015 Free Software Foundation, Inc.
4234285Sdim
5234285Sdim   This program is free software; you can redistribute it and/or modify
6234285Sdim   it under the terms of the GNU General Public License as published by
7234285Sdim   the Free Software Foundation; either version 3 of the License, or
8234285Sdim   (at your option) any later version.
9234285Sdim
10234285Sdim   This program is distributed in the hope that it will be useful,
11234285Sdim   but WITHOUT ANY WARRANTY; without even the implied warranty of
12234285Sdim   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13234285Sdim   GNU General Public License for more details.
14234285Sdim
15234285Sdim   You should have received a copy of the GNU General Public License
16234285Sdim   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
17249423Sdim
18249423Sdim#include "ovsrch.h"
19234285Sdim
20234285Sdimvoid
21234285SdimA::outer::foo (void) const
22234285Sdim{
23249423Sdim}
24234285Sdim
25234285Sdimvoid
26234285SdimA::B::inner::foo (void) const
27249423Sdim{
28234285Sdim}
29234285Sdim