Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
renaming3.adb
blob: 335a212212101cd04dff2c7696913605768c55a8 [
file
] [
log
] [
blame
]
--
{
dg
-
do
run
}
with
Renaming4
;
use
Renaming4
;
procedure
Renaming3
is
type A
is
array
(
1.
.
16
)
of
Integer
;
Filler
:
A
:=
(
others
=>
0
);
begin
if
B
(
1
)
/=
1
then
raise
Program_Error
;
end
if
;
end
;