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
/
opt17.ads
blob
601c2f201c8d462d35056e2f3067fc6e332d8e5b
1
package
Opt17
is
2
3
subtype
S
is
String
(
1
..
5
);
4
5
function
Func
return
S
;
6
7
end
Opt17
;