1193323Sed/* This testcase is part of GDB, the GNU debugger.
2193323Sed
3193323Sed   Copyright 2010, 2011 Free Software Foundation, Inc.
4193323Sed
5193323Sed   This program is free software; you can redistribute it and/or modify
6193323Sed   it under the terms of the GNU General Public License as published by
7193323Sed   the Free Software Foundation; either version 3 of the License, or
8193323Sed   (at your option) any later version.
9193323Sed
10193323Sed   This program is distributed in the hope that it will be useful,
11193323Sed   but WITHOUT ANY WARRANTY; without even the implied warranty of
12193323Sed   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13193323Sed   GNU General Public License for more details.
14193323Sed
15193323Sed   You should have received a copy of the GNU General Public License
16193323Sed   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
17193323Sed
18193323Sedvoid func1 ()
19193323Sed{
20193323Sed  return;
21193323Sed}
22193323Sed
23193323Sedint func2 ()
24193323Sed{
25193323Sed  return 0;
26193323Sed}
27193323Sed