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
/
generic_dispatch_p.adb
blob
7a4bbbd8a2b110a381c08a15d72f7371058785d7
1
package body
generic_dispatch_p
is
2
function
Constructor
(
I
:
not null access
Integer
)
return
DT
is
3
R
:
DT
;
4
begin
5
return
R
;
6
end
Constructor
;
7
end
;