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
Corrected date in changelog
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
overriding_ops2_pkg.ads
blob
85c8f0b6afb6ec2c8e8dfb71fb8bcb65b28064de
1
with
Ada
.
Finalization
;
2
3
package
Overriding_Ops2_Pkg
is
4
type
Session_Type
is abstract tagged limited private
;
5
procedure
Finalize
(
Session
:
in out
Session_Type
);
6
private
7
type
Session_Type
is
8
abstract new
Ada
.
Finalization
.
Limited_Controlled
with null record
;
9
end
Overriding_Ops2_Pkg
;