xref
: /
dports
/
lang
/
gnat_util
/
gcc-6-20180516
/
gcc
/
testsuite
/
gnat.dg
/
renaming1.ads
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
with
Text_IO
;
2
package
renaming1
is
3
procedure
Fo
(
A
:
Text_IO
.
File_Access
);
4
end
;
5