xref
: /
dports
/
lang
/
gcc11
/
gcc-11.2.0
/
gcc
/
testsuite
/
gnat.dg
/
opt17.ads
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
Opt17
is
2
3
subtype
S
is
String
(
1
..
5
);
4
5
function
Func
return
S
;
6
7
end
Opt17
;
8