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 target/84336
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
rt1.adb
blob
ce94928caca55425815df52d99e47a6a77bc6c2f
1
-- { dg-do compile }
2
3
package body
RT1
is
4
procedure
P
(
S
:
access
Root_Stream_Type
'Class
)
is
5
Val
:
constant
Ptr
:=
Ptr
'Input
(
S
);
6
begin
7
null
;
8
end
P
;
9
end
RT1
;