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
c++: prvalue of array type [PR111286]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
assertion_policy1_pkg.adb
blob
90d31b50f284787f244dfd8bd77194902bbe2d74
1
with
Ada
.
Text_IO
;
use
Ada
.
Text_IO
;
2
3
package body
Assertion_Policy1_Pkg
is
4
procedure
Proc
(
Low
:
Integer
;
High
:
Integer
)
is
5
begin
6
Put_Line
(
"Proc"
);
7
end
Proc
;
8
end
Assertion_Policy1_Pkg
;