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++: constrained lambda error-recovery [PR108972]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
equal4_smart_pointers.ads
blob
c5e03f58ee9fdd5a4b8695a4eba840f25783ee0a
1
with
Ada
.
Finalization
;
2
3
generic
4
package
Equal4_Smart_Pointers
is
5
type
Pointer
is private
;
6
7
private
8
type
Pointer
is new
Ada
.
Finalization
.
Controlled
with record
9
Data
:
Integer
;
10
end record
;
11
end
Equal4_Smart_Pointers
;