1241851Seadler/* This testcase is part of GDB, the GNU debugger.
2241851Seadler
3241851Seadler   Copyright 2021-2023 Free Software Foundation, Inc.
4241851Seadler
5241851Seadler   This program is free software; you can redistribute it and/or modify
6241851Seadler   it under the terms of the GNU General Public License as published by
7241851Seadler   the Free Software Foundation; either version 3 of the License, or
8241851Seadler   (at your option) any later version.
9241851Seadler
10241851Seadler   This program is distributed in the hope that it will be useful,
11241851Seadler   but WITHOUT ANY WARRANTY; without even the implied warranty of
12241851Seadler   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13241851Seadler   GNU General Public License for more details.
14241851Seadler
15241851Seadler   You should have received a copy of the GNU General Public License
16241851Seadler   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
17241851Seadler
18241851Seadler#include "py-autoloaded-pretty-printers-in-newobjfile-event-lib.h"
19241851Seadler
20241851Seadlerbool all_good = false;
21241851Seadler
22241851Seadlerint
23241851Seadlermain ()
24241851Seadler{
25241851Seadler  MyClassTestLib test (1);
26241851Seadler  return 0; /* break to inspect */
27241851Seadler}
28241851Seadler