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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
aliasing3_pkg.adb
blob
73c1e3e2cf3d6ef7abc53a82a3ce639f092c57ca
1
package body
Aliasing3_Pkg
is
2
3
procedure
Test
(
A
:
Arr
)
is
4
begin
5
if
A
(
1
) /=
5
then
6
raise
Program_Error
;
7
end if
;
8
end
;
9
10
end
Aliasing3_Pkg
;