repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gnat.dg
/
check1.adb
blob
f3d32333cd946defe174f82303465e5c24b8e529
1
-- { dg-do compile }
2
3
package body
Check1
is
4
function
FD
(
X
:
access
R
)
return
P2
is
5
begin
6
return
P2
(
X
.
Disc
);
7
end
FD
;
8
end
Check1
;