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
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt13_pkg.ads
blob
f52f782f4d6f49f23a6d81d55ecd54db8083c32a
1
package
Opt13_Pkg
is
2
3
N
:
Natural
:=
0
;
4
5
type
My_Type
is private
;
6
7
procedure
Allocate
(
T
:
out
My_Type
);
8
9
private
10
11
type
Data
;
12
13
type
My_Type
is access
Data
;
14
15
end
Opt13_Pkg
;