]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.ada/null_record/null_record.adb
update copyright year range in GDB files
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.ada / null_record / null_record.adb
index 260b3d660972ad7634319a330194668c9f5f37cd..4169ad723aea295bb636c70a1bfcd1626bc1a848 100644 (file)
@@ -1,8 +1,8 @@
---  Copyright 2004 Free Software Foundation, Inc.
+--  Copyright 2004-2017 Free Software Foundation, Inc.
 --
 --  This program is free software; you can redistribute it and/or modify
 --  it under the terms of the GNU General Public License as published by
---  the Free Software Foundation; either version 2 of the License, or
+--  the Free Software Foundation; either version 3 of the License, or
 --  (at your option) any later version.
 --
 --  This program is distributed in the hope that it will be useful,
 --  GNU General Public License for more details.
 --
 --  You should have received a copy of the GNU General Public License
---  along with this program; if not, write to the Free Software
---  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+--  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 with Bar; use Bar;
 
 procedure Null_Record is
+   E : Void_Star := new Empty;
 begin
-   Do_Nothing;
+   Do_Nothing (E);  -- START
 end Null_Record;