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
c++: constrained lambda error-recovery [PR108972]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr23_pkg.ads
blob
339734be868b7fa4c24ee8b797f636c86e832e19
1
package
Discr23_Pkg
is
2
3
subtype
Size_Range
is
Positive
range
1
..
256
;
4
5
type
Text
(
Size
:
Size_Range
)
is
6
record
7
Characters
:
String
(
1
..
Size
);
8
end record
;
9
10
function
Get
return
Text
;
11
12
end
Discr23_Pkg
;