repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* snames.ads-tmpl (Name_Ivdep): New pragma-related name.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
renaming3.adb
blob
335a212212101cd04dff2c7696913605768c55a8
1
-- { dg-do run }
2
3
with
Renaming4
;
use
Renaming4
;
4
5
procedure
Renaming3
is
6
type
A
is array
(
1
.
.16
)
of
Integer
;
7
Filler
:
A
:= (
others
=>
0
);
8
begin
9
if
B
(
1
) /=
1
then
10
raise
Program_Error
;
11
end if
;
12
end
;