Update copyright year range in all GDB files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / jit-simple.c
CommitLineData
4a556533 1/* This testcase is part of GDB, the GNU debugger.
03bef283 2
b811d2c2 3 Copyright 2016-2020 Free Software Foundation, Inc.
03bef283 4
4a556533
PA
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3 of the License, or
8 (at your option) any later version.
03bef283 9
4a556533
PA
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
03bef283 14
4a556533
PA
15 You should have received a copy of the GNU General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
03bef283 17
4a556533 18/* Simple standalone program using the JIT API. */
03bef283 19
4a556533 20#include "jit-simple-jit.c"
03bef283 21
4a556533
PA
22int
23main (void)
03bef283
TT
24{
25 return 0;
26}
This page took 1.155231 seconds and 4 git commands to generate.