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_gen2.ads
blob
ca6302b694b71535d190d9a1acf730f8ec6ec4df
1
generic
2
3
type
Interval_T
is private
;
4
5
package
Inline18_Gen2
is
6
7
type
T
is new
Integer
;
8
9
function
Func
(
I
:
Interval_T
)
return
T
;
10
11
end
Inline18_Gen2
;