Add method/format information to =record-started
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / array.f
CommitLineData
618f726f 1c Copyright 2006-2016 Free Software Foundation, Inc.
5cc40a58
NR
2
3c This program is free software; you can redistribute it and/or modify
4c it under the terms of the GNU General Public License as published by
e22f8b7c 5c the Free Software Foundation; either version 3 of the License, or
5cc40a58 6c (at your option) any later version.
e22f8b7c 7c
5cc40a58
NR
8c This program is distributed in the hope that it will be useful,
9c but WITHOUT ANY WARRANTY; without even the implied warranty of
10c MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11c GNU General Public License for more details.
e22f8b7c 12c
5cc40a58 13c You should have received a copy of the GNU General Public License
e22f8b7c 14c along with this program. If not, see <http://www.gnu.org/licenses/>.
5cc40a58
NR
15
16 INTEGER array(1:2,-1:1)
17 DATA array/11,21,12,22,13,23/
18 CONTINUE
19 STOP
20 END
This page took 1.099905 seconds and 4 git commands to generate.