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
/
inline18_gen1.ads
blob
54e569302bc59201838018b53beb37f4af061096
1
generic
2
3
type
Bound_T
is private
;
4
5
package
Inline18_Gen1
is
6
7
type
T
is private
;
8
function
Complete
return
T
with
Inline_Always
;
9
10
private
11
12
type
T
is array
(
0
..
1
)
of
Bound_T
;
13
14
end
Inline18_Gen1
;