Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
rt1.adb
blob: ce94928caca55425815df52d99e47a6a77bc6c2f [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
package
body RT1
is
procedure P
(
S
:
access
Root_Stream_Type
'Class) is
Val : constant Ptr := Ptr'
Input
(
S
);
begin
null
;
end
P
;
end
RT1
;