Automatic Copyright Year update after running gdb/copyright.py
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / assign_arr / main_p324_051.adb
CommitLineData
88b9d363 1-- Copyright 2016-2022 Free Software Foundation, Inc.
0e2da9f0
JB
2--
3-- This program is free software; you can redistribute it and/or modify
4-- it under the terms of the GNU General Public License as published by
5-- the Free Software Foundation; either version 3 of the License, or
6-- (at your option) any later version.
7--
8-- This program is distributed in the hope that it will be useful,
9-- but WITHOUT ANY WARRANTY; without even the implied warranty of
10-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11-- GNU General Public License for more details.
12--
13-- You should have received a copy of the GNU General Public License
14-- along with this program. If not, see <http://www.gnu.org/licenses/>.
15
16with target_wrapper; use target_wrapper;
17
18procedure Main_P324_051 is
207582c0 19 IValue : IArray (1 .. 3) := (8, 10, 12);
0e2da9f0 20begin
3cf13996 21 Assign_Arr_Input.u2 := (0.2,0.3,0.4); -- STOP
207582c0 22 Put (IValue);
0e2da9f0 23end Main_P324_051;
This page took 0.594561 seconds and 4 git commands to generate.